Re: [polyml] Non-blocking socket functions called without MSG_DONTWAIT flag

2019-06-19 Thread David Matthews
If I've understood your question correctly the answer is that sockets are set to non-blocking mode when they are created so all operations are non-blocking. Blocking operations are simulated by not returning to the caller until the operation has completed. The reason for this is that it

[polyml] Non-blocking socket functions called without MSG_DONTWAIT flag

2019-06-19 Thread Kostirya
Hello. I have question. Why Non-blocking socket functions called without MSG_DONTWAIT flag? Nick. ___ polyml mailing list polyml@inf.ed.ac.uk http://lists.inf.ed.ac.uk/mailman/listinfo/polyml