He's using TCP Winsock commands. Select is used to process multiple socket connections which UDP doesn't use. And he's a newbie.
"I was assuming UDP myself, simply because it's the most common protocol for games."
TCP is sufficient for any type of game when just starting. You'd only use UDP if you don't need guarenteed messaging or think you can implement it better than TCP/IP. Again, just reading his source code would make it obvious he's using TCP.
If he were to use UDP he'd just have more problems then he's ready to deal with. You use TCP to make sure everything works and then go to UDP for things you think can get away with it.
Ben
[ IcarusIndie.com | recycledrussianbrides.com | Got Linux? ]
![Will Post For Food](https://www.paypal.com/images/x-click-but21.gif)
[edited by - KalvinB on September 15, 2003 7:19:47 PM]