]> icculus.org git repositories - divverent/darkplaces.git/commit
disabled size throttling of packets if csqc is used (because it was very
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 25 Jan 2008 23:31:06 +0000 (23:31 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 25 Jan 2008 23:31:06 +0000 (23:31 +0000)
commit7f0dc259ec532846e6b950e34cd5083b001f6f9e
tree6622fe3f3710473014a3140d6617ee7538ec51ba
parent73396a53c127738c03179b63c0789ed970bc4871
disabled size throttling of packets if csqc is used (because it was very
easy to end up with >128 byte entity updates which can in some cases
never be sent at all due to the size throttling)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8013 d7cf8633-e32d-0410-b094-e92efae38249
sv_main.c