]> git.xonotic.org Git - xonotic/darkplaces.git/commit
New rate burst handling; cvars: cl_rate_burstsize, net_usesizelimit, net_burstreserve
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 13 Jul 2013 10:15:35 +0000 (10:15 +0000)
committerRudolf Polzer <divverent@xonotic.org>
Sat, 13 Jul 2013 10:29:03 +0000 (12:29 +0200)
commit5fb2c652f480efe23dfd426c0a75698e8a5ed160
tree48f86ffda66b5dcc9e14b084a063fbfe1fbf13bc
parentf98d8c2c5a30c8a83d15e958f69ea373cd4f3737
New rate burst handling; cvars: cl_rate_burstsize, net_usesizelimit, net_burstreserve

This supports some kind of packet size bursting to give better experience at
small rates. Can be controlled by the client.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11966 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=8d7c6efa6bdbfecaa3dbcc39b68c4469d272dc6b
12 files changed:
cl_input.c
cl_main.c
cl_parse.c
cl_screen.c
client.h
cvar.c
host.c
host_cmd.c
netconn.c
netconn.h
server.h
sv_main.c