]> icculus.org git repositories - divverent/darkplaces.git/commit
don't shuffle servers around when pings come in later and are identical to the existi...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 9 May 2006 15:22:46 +0000 (15:22 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 9 May 2006 15:22:46 +0000 (15:22 +0000)
commit2213712f4b854f4f2ce06b06903bd685de85a1f3
tree5b7f99b03fac0c5977478c3eb622d9ed93440307
parent39f72bf6c678452cde465e0cabe0a345c13a5df8
don't shuffle servers around when pings come in later and are identical to the existing ones (I.E. made the sort be a stable sort)
fixed a bug that caused qwmaster query packets to be bigger than necessary (was writing 7 bytes, should have been 3 bytes)

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