mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-13 07:57:23 +00:00
ac30d86db0
- Make server send packet fragments and queued packets when server is idle - Voip protocol detection is tied to com_protocol making past-end-of-message reading unncessary - Use Hunk_AllocateTempMemory() for buffering VOIP packets and fix buffering scheme that ryan hates so much - Disable packet scrambling for new protocol as it is useless now - Get rid of the old packet scrambling functions predating latest point release - Use Hunk_AllocateTempMemory() for netchan packet queue to fix memory leak when client gets disconnected with packets in the queue - Use Hunk_AllocateTempMemory() for download blocks to fix memory leak when client gets disconnected with download blocks in the queue - Fix SV_RateMsec to account for udp/udp6 packet lengths |
||
---|---|---|
.. | ||
server.h | ||
sv_bot.c | ||
sv_ccmds.c | ||
sv_client.c | ||
sv_game.c | ||
sv_init.c | ||
sv_main.c | ||
sv_net_chan.c | ||
sv_rankings.c | ||
sv_snapshot.c | ||
sv_world.c |