]> icculus.org git repositories - divverent/darkplaces.git/history - netconn.c
remove an unused variable (and kill the one incorrect use of it)
[divverent/darkplaces.git] / netconn.c
2003-07-27 havocadded MAX_PACKETFRAGMENT to limit size of reliable...
2003-07-22 havocuse proper string for conn->address when accepting...
2003-07-21 havocskip over NULL sockets in cl_sockets and sv_sockets...
2003-07-12 havocNetConn_Write should print packets even if LHNET_Write...
2003-07-10 havocserver no longer responds to any netquake control packe...
2003-07-08 havocsome enhancements to timeout handling inspired by ProQu...
2003-06-24 havocReceivedMessage now sets lastMessageTime when a valid...
2003-06-22 havocinitialize the various server properties when parsing...
2003-06-22 havocForgot to include lhnet in the previous commit and...