]> 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)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 13 Jul 2013 10:15:35 +0000 (10:15 +0000)
commit8d7c6efa6bdbfecaa3dbcc39b68c4469d272dc6b
tree9380374895303ed7773afd7ad742e7bf275788d7
parenta2210a953016798b2e06aa10e45f13fb358788af
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
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