-Added a timeout for game state downloading to prevent definitive join freezes...
-Added a timeout for game state downloading to prevent definitive join freezes in some cases. The timeout has a minimum value of "jointimeout" and gets higher as the game state grows in size -If the server tries to kick a joiner who is downloading the game state, they will get a timeout instead, because a regular kick would only happen once the game state has been downloaded -Added a timeout for player ticcmd packets, again to prevent freezes to happen in some cases -File/game state downloading is now faster, the speed is controlled by the "downloadspeed" cvar, in packets per tic -The reason is now properly shown when the server refuses connection -Changed the default values of "nettimeout" to 10 seconds (previously 15) and "maxsend" to 4 MB (previously 1) -Added a "noticedownload" cvar that displays a message in the server console when someone is downloading a file
Showing
- src/d_clisrv.c 138 additions, 69 deletionssrc/d_clisrv.c
- src/d_clisrv.h 7 additions, 1 deletionsrc/d_clisrv.h
- src/d_net.c 86 additions, 21 deletionssrc/d_net.c
- src/d_net.h 2 additions, 0 deletionssrc/d_net.h
- src/d_netcmd.c 20 additions, 9 deletionssrc/d_netcmd.c
- src/d_netfil.c 100 additions, 32 deletionssrc/d_netfil.c
- src/d_netfil.h 1 addition, 0 deletionssrc/d_netfil.h
- src/hu_stuff.c 14 additions, 2 deletionssrc/hu_stuff.c
- src/i_net.h 1 addition, 1 deletionsrc/i_net.h
- src/i_tcp.c 75 additions, 16 deletionssrc/i_tcp.c
- src/p_inter.c 2 additions, 2 deletionssrc/p_inter.c
Loading
Please register or sign in to comment