Hi, I am using a Multicast socket to receive UDP datagrams on Cygwin. I thought the sockets in Cygwin were blocking by defect (that is, the program waits at recvfrom() until it read something on the socket). However, my program does not wait, it keeps running. I didn't use fcntl or any other instruction to make the socket non-blocking, is there any way to make the socket blocking?
Thanks for your attention, Victor -- View this message in context: http://www.nabble.com/Multicast-Blocking-Receiving-Socket-in-Cygwin-tp22159196p22159196.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/