Then using connect will shoot you in the foot
because your sends can only go to one client according to that documentation you
posted. So I wouldn't use that method.
Again, wonder if the connect wouldn't cause a
problem with the next client...
You can have the client send an "I'm
still listening" udp packet every 10 seconds or so. If the server
hasn't received such a packet in say 30 seconds, quit transmitting to that
client. Likewise you can have a whole range of client commands like [
"restart", "fast forward", and "rewind" (if this is a recorded message) ], "I'm
disconnecting", etc...
/dev
|
_______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
