]> git.xonotic.org Git - xonotic/darkplaces.git/commit
refactored csqc entity sending code so that it properly obeys msg->maxsize, undoing...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 8 Mar 2007 23:33:57 +0000 (23:33 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 8 Mar 2007 23:33:57 +0000 (23:33 +0000)
commitc602bf21f3716350706d02e878cb31c494ae96a7
tree02532a190aa469b42e368576e5d39628183ff648
parent3066e6fb3322a0fb39544a6753a89b47a7a66b0c
refactored csqc entity sending code so that it properly obeys msg->maxsize, undoing writes that could not fit
added comment about how csqc entity sending code needs some changes to avoid packet loss problems

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