]> git.xonotic.org Git - xonotic/darkplaces.git/commit
added NetConn_SleepMicroseconds function, and LHNET_SleepUntilPacket_Microseconds...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 29 Mar 2007 00:33:16 +0000 (00:33 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 29 Mar 2007 00:33:16 +0000 (00:33 +0000)
commit491df26e7e8c66fab2db0c89d2017a815986c0d7
tree5f57e43479f22b2921cd1cfb3db269f0ac11322f
parent4ded624ca6803587a288753f7a290b2184cf043e
added NetConn_SleepMicroseconds function, and LHNET_SleepUntilPacket_Microseconds function, this uses select() to wait for a specified amount of time or until a packet is received

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