Lines Matching +full:fast +full:- +full:read
8 sctp, SCTP \- Stream Control Transmission Protocol
38 flow-controlled, two-way transmission of data. It is a message- oriented
42 between two endpoints using a four-way handshake mechanism with the use of a
48 Included in the common header is a 32-bit field which contains the checksum
49 (computed using CRC-32c polynomial) of the entire SCTP packet.
57 cumulative TSN range received, but also non-cumulative TSNs received, implying
62 control follow TCP algorithms: Slow Start, Congestion Avoidance, Fast Recovery
63 and Fast retransmit. But unlike TCP, SCTP does not support half-close
68 telephony signalling transport, including multi-streaming. SCTP allows data to
79 SCTP uses IP's host level addressing and adds its own per-host collection of
82 for an endpoint to have multiple IP addresses, SCTP supports multi-homing,
85 multi-homed SCTP association, a single address is used as the primary address,
92 association supports multi-homing by exchanging the available list of addresses
93 during association setup (as part of its four-way handshake mechanism). An SCTP
102 SCTP uses a three-way mechanism to allow graceful shutdown, where each endpoint
109 (one-to-one style) or \fBSOCK_SEQPACKET\fR (one-to-many style) socket type.
112 One-to-one style socket interface supports similar semantics as sockets for
122 \fBread\fR(2) and \fBwrite\fR(2) can used to exchange data. Additionally,
128 One-to-many socket interface supports similar semantics as sockets for
133 socket (in fact, an \fBaccept()\fR on a one-to-many socket will fail).
140 calls. On an SCTP socket (one-to-one or one-to-many), an association may be
145 structure) for a one-to-many SCTP socket. If the association id is not
146 provided, \fBsendmsg()\fR fails with \fBEADDRINUSE\fR. On a one-to-one socket
151 A one-to-one style association can be created from a one-to-many association by
154 \fBclose\fR(2) on a one-to-many socket will gracefully shutdown all the
155 associations represented by that one-to-many socket.
163 \fBsetsockopt\fR(3SOCKET) and read using \fBgetsockopt\fR(3SOCKET). The option
173 Turn on/off any Nagle-like algorithm (similar to \fBTCP_NODELAY\fR).
203 For one-to-many style socket, automatically close any association that has been
269 * SCTP socket option used to read per endpoint association statistics.
285 uint64_t sas_octrlchunks; /* Control chunks sent - no dups */
286 uint64_t sas_ictrlchunks; /* Control chunks received - no dups */