>  I've found a reference on what would be the proper behavior, In Unix Network 
> Programming, Volume 1: The Sockets Networking API (3rd Edition), it is noted 
> that a socket will be ready for writing if the write half of the connection 
> is closed, but a write will generate a SIGPIPE. So a check on EPIPE in the 
> send call will be needed.

OK, I've now updated the code to check for this.

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to