Penguin

Differences between current version and revision by previous author of send(2).

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

Newer page: version 5 Last edited on Wednesday, August 9, 2006 8:24:29 pm by MartinPeylo
Older page: version 4 Last edited on Monday, June 6, 2005 12:39:52 pm by PerryLorier Revert
@@ -19,9 +19,9 @@
 ;__MSG_OOB__: Sends ''out-of-band'' data on sockets that support this notion (e.g. __SOCK_STREAM__); the underlying protocol must also support ''out-of-band'' data. 
  
 ;__MSG_DONTROUTE__: Dont't use a gateway to send out the packet, only send to hosts on directly connected networks. This is usually used only by diagnostic or routing programs. This is only defined for protocol families that route; packet sockets don't. 
  
-;__ MSG_DONTWAIT__ : Enables non-blocking operation; if the operation would block, __ EAGAIN__ is returned (this can also be enabled using the __O_NONBLOCK__ with the __F_SETFL__ fcntl(2)). 
+;[ MSG_DONTWAIT] : Enables non-blocking operation; if the operation would block, [ EAGAIN] is returned (this can also be enabled using the __O_NONBLOCK__ with the __F_SETFL__ fcntl(2)). 
  
 ;[MSG_NOSIGNAL]: Requests not to send [SIGPIPE] on errors on stream oriented sockets when the other end breaks the connection. The [EPIPE] error is still returned. 
  
 ;__MSG_CONFIRM__: (Linux 2.3+ only) Tell the link layer that forward process happened: you got a successful reply from the other side. If the link layer 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.