sctp_send.3 (3d36ac98772ff4b4ad29e7457cb6e14231e4d426) | sctp_send.3 (edfa427cf14bb9cc50a7165a416cce3fe475485a) |
---|---|
1.\" Copyright (c) 1983, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 156 unchanged lines hidden (view full) --- 165this flag, the user is asking the stack to ignore the primary address 166and instead use the specified address not only as a lookup mechanism 167to find the association but also as the actual address to send to. 168.Pp 169For a one-to-many type (SOCK_SEQPACKET) socket the flag 170.Dv SCTP_SENDALL 171can be used as a convenient way to make one send call and have 172all associations that are under the socket get a copy of the message. | 1.\" Copyright (c) 1983, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 156 unchanged lines hidden (view full) --- 165this flag, the user is asking the stack to ignore the primary address 166and instead use the specified address not only as a lookup mechanism 167to find the association but also as the actual address to send to. 168.Pp 169For a one-to-many type (SOCK_SEQPACKET) socket the flag 170.Dv SCTP_SENDALL 171can be used as a convenient way to make one send call and have 172all associations that are under the socket get a copy of the message. |
173Note that this mechanism is quite efficent and makes only one actual | 173Note that this mechanism is quite efficient and makes only one actual |
174copy of the data which is shared by all the associations for sending. 175.Pp 176The remaining flags are used for the partial reliability extension (RFC3758) 177and will only be effective if the peer endpoint supports this extension. 178This option specifies what local policy the local endpoint should use 179in skipping data. 180If none of these options are set, then data is 181never skipped over. --- 173 unchanged lines hidden --- | 174copy of the data which is shared by all the associations for sending. 175.Pp 176The remaining flags are used for the partial reliability extension (RFC3758) 177and will only be effective if the peer endpoint supports this extension. 178This option specifies what local policy the local endpoint should use 179in skipping data. 180If none of these options are set, then data is 181never skipped over. --- 173 unchanged lines hidden --- |