]> icculus.org git repositories - divverent/darkplaces.git/history - netconn.c
simulated packet loss (cl_fakepacketloss_receive, cl_fakepacketloss_send, sv_fakepack...
[divverent/darkplaces.git] / netconn.c
2003-08-07 havocsimulated packet loss (cl_fakepacketloss_receive, cl_fa...
2003-08-06 havocworking code is better than broken code
2003-08-06 havocupgraded network protocol to DPPROTOCOL_VERSION4 -...
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...