]> icculus.org git repositories - divverent/darkplaces.git/commit
implemented shownetgraph
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 16 Apr 2007 13:08:38 +0000 (13:08 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 16 Apr 2007 13:08:38 +0000 (13:08 +0000)
commit9cce5b7eefa8ec89bda698afc50759914f6347ea
tree88bc56f8da47988dd08aac74b54ef9a24e7b017d
parent4e2e5919933861c25b2169f8d6a439e6eba54403
implemented shownetgraph
major overhaul of rate limiting code
implemented packet-frequency rate limiting (like qw/q2/q3) as a fallback
when packet size limiting fails (such as packet sizes below 100 bytes
causing all sorts of issues, so now the minimum bound on maxsize is 100,
and another good example is reliable messages exceeding the rate limit)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7108 d7cf8633-e32d-0410-b094-e92efae38249
cl_input.c
cl_main.c
cl_parse.c
cl_screen.c
host.c
host_cmd.c
netconn.c
netconn.h
sv_main.c