Lines Matching full:tcp
4 Multipath TCP (MPTCP)
10 Multipath TCP or MPTCP is an extension to the standard TCP and is described in
12 device to make use of multiple interfaces at once to send and receive TCP
18 For more details about Multipath TCP in the Linux kernel, please see the
26 brings new use-cases, compared to TCP:
42 a regular TCP connection that is used to transmit data through one interface.
44 host to be able to detect the use of MPTCP, a new field is added to the TCP
45 *option* field of the underlying TCP *subflow*. This field contains, amongst
48 it, the returned ``SYN+ACK`` packet will not contain MPTCP options in the TCP
49 *option* field. In that case, the connection will be "downgraded" to plain TCP,
94 On Linux, MPTCP can be used by selecting MPTCP instead of TCP when creating the
122 MPTCP supports most socket options handled by TCP. It is possible some less
143 Note that at the TCP level, ``TCP_IS_MPTCP`` socket option can be used to know
151 kernel is in charge of creating subflow sockets: they are TCP sockets where the
152 behavior is modified using TCP-ULP.
154 MPTCP listen sockets will create "plain" *accepted* TCP sockets if the