Penguin

Differences between current version and previous revision of MSG_DONTWAIT.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Tuesday, December 20, 2005 9:36:50 pm by CraigBox
Older page: version 1 Last edited on Tuesday, December 20, 2005 8:48:57 pm by SzaboZoltan Revert
@@ -1 +1 @@
-The MSG_DONTWAIT flag tells the appropriate socket operation to work in a non-blocking way. The operation will return immediately with EINPROGRESS. In this mode all, some or no data will be sent.If there's an upcall function, it will be invoked after all data is sent. 
+The MSG_DONTWAIT flag tells the appropriate socket operation to work in a non-blocking way. The operation will return immediately with [ EINPROGRESS] . In this mode all, some or no data will be sent. If there's an upcall function, it will be invoked after all data is sent.