Version
4.0-310
Branch
udpnet
Date
9 years, 5 months ago
Windows x64 Windows x86
Commit
ef3e6e1fde67aa42c1d5f06f7353cdcef69daeeb
Change author
comex
Change description
Poll more or less frequently depending on whether anyone's connected.

In what is arguably a flaw in enet, packet timeouts can't happen while
enet_host_service is sitting in poll(), and for now traversal resends
also rely on going through the loop.  However, if traversal is the only
client, 300ms is fine.