projects
/
xonotic
/
darkplaces.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68024e4
)
don't use sv_maxrate when hosting old protocols
author
havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 11 Jun 2007 05:38:20 +0000
(
05:38
+0000)
committer
havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 11 Jun 2007 05:38:20 +0000
(
05:38
+0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7399
d7cf8633
-e32d-0410-b094-
e92efae38249
sv_main.c
patch
|
blob
|
history
diff --git
a/sv_main.c
b/sv_main.c
index 8563c4c27ef5b2ab9034661eea6a22ca8210c300..69a3cd0f3acd4c41ec8c3a05da108e6f33812f03 100644
(file)
--- a/
sv_main.c
+++ b/
sv_main.c
@@
-1589,6
+1589,7
@@
static void SV_SendClientDatagram (client_t *client)
// no packet size limit support on older protocols because DP1-4 kick
// the client off if they overflow, and quake protocol shows less than
// the full entity set if rate limited
+ clientrate = 1000000000;
maxsize = 1400;
maxsize2 = 1400;
}