ENet is a UDP networking library, a tutorial is available here http://enet.bespin.org/Tutorial.html
What happens if I'm not calling enet_host_service() for some period of time, but packets arrive on the machine while I'm not "servicing" ? Are they buffered somewhere, awaiting a call to enet_host_service() ?
The tutorial also states I can call this function with 0 timeout, meaning if it doesn't wait, it has to read a buffer...