]> git.xonotic.org Git - xonotic/darkplaces.git/commit
speed up packet loss handling by changing EntityFrame5_LostFrame from O(states^2...
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 25 Mar 2011 20:57:26 +0000 (20:57 +0000)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 25 Mar 2011 21:18:05 +0000 (22:18 +0100)
commit2a3b9a17dd1c8c91b76b4c03ccbcdbc9a263a5fc
tree4a99de54b0b96d241c8456df21e1e9f6149de1f0
parentb884eac509fdad46627b14bfb67a0337c1e9e2dd
speed up packet loss handling by changing EntityFrame5_LostFrame from O(states^2*edictsperstate^2) to O(MAX_EDICTS + states*edictsperstate)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10964 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=b94aace6374768be72d67db786d7f40e68d50cc7
protocol.c