Differences between version 3 and previous revision of sendmsg(2).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Tuesday, July 15, 2003 11:07:11 pm | by PerryLorier | Revert |
Older page: | version 2 | Last edited on Tuesday, July 15, 2003 11:06:18 pm | by PerryLorier | Revert |
@@ -4,9 +4,9 @@
!!SYNOPSIS
__#include <sys/types.h>__
__#include <sys/socket.h>__
- int sendmsg(int__ ''s''__, const struct msghdr *__''msg''__, int__ ''flags''__);__
+ __
int sendmsg(int__ ''s''__, const struct msghdr *__''msg''__, int__ ''flags''__);__
!!DESCRIPTION
sendmsg(2) is used to transmit a message to another socket. sendmsg(2) may be used at any time, the socket does not have to be connected.