Buffered sockets don't work with UDP due to the way that UDP works. Buffering 
only works with streaming sockets. If you need per-client buffering of data, 
you need to implement that yourself by determining how to represent each client.

Reply via email to