summaryrefslogtreecommitdiff
path: root/Source/Core/Common/ENetUtil.cpp
AgeCommit message (Collapse)Author
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-10Fix non-PCH build.Ryan Houdek
2015-03-18NetPlay: Make the enet interrupts workmathieui
Otherwise, it would work but any async sending would be delayed by 4ms or wait until the next packet was received. Also increase the client timeout to 250ms, since enet_host_service is now really interrupted.
2015-03-18NetPlay: add a Common/ENetUtil namespacemathieui
Move WakeupThread in it