]> The Tcpdump Group git mirrors - tcpdump/commit
Multipath TCP (RFC 6824) support
authorGregory Detal <[email protected]>
Mon, 25 Feb 2013 16:00:02 +0000 (17:00 +0100)
committerMichael Richardson <[email protected]>
Sun, 14 Apr 2013 22:20:26 +0000 (18:20 -0400)
commit578dd316f35322e88ead865af09a0d1540274cf9
tree8194520b3ce2b77d74df5be96a32e01062f33d8d
parenta248bf041ae533fb6778e02bf6faebbe46ca0a86
Multipath TCP (RFC 6824) support

This commit adds the support of Multipath TCP (MPTCP). MPTCP is a new
extension to TCP standardized at the IETF. MPTCP allows to use several IP
addresses at the same time by distributing data across several subflows (TCP
connections) while still presenting the standard TCP socket API to the
application. Its benefits are better resource utilization, better throughput
and smoother reaction to failures.
Makefile.in
interface.h
mptcp.h [new file with mode: 0644]
print-mptcp.c [new file with mode: 0644]
print-tcp.c
tcp.h
tests/TESTLIST
tests/mptcp-fclose.out [new file with mode: 0644]
tests/mptcp-fclose.pcap [new file with mode: 0644]
tests/mptcp.out [new file with mode: 0644]
tests/mptcp.pcap [new file with mode: 0644]