i am wondering does it matter if i dont use select with udp and is it only a tcp thing?
This is a discussion on should you use select with udp sockets? within the Game Programming forums, part of the General Programming Boards category; i am wondering does it matter if i dont use select with udp and is it only a tcp thing?...
i am wondering does it matter if i dont use select with udp and is it only a tcp thing?
Try researching non-blocking sockets instead of select.
bit∙hub [bit-huhb] n. A source and destination for information.
ok thanks