Page MenuHomeFreeBSD

Add support for TCP over UDP
ClosedPublic

Authored by tuexen on Mar 28 2021, 2:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 16, 10:16 AM
Unknown Object (File)
Thu, May 16, 10:16 AM
Unknown Object (File)
Thu, May 16, 10:03 AM
Unknown Object (File)
Sun, May 12, 11:43 PM
Unknown Object (File)
Fri, May 10, 3:37 PM
Unknown Object (File)
Fri, May 10, 6:07 AM
Unknown Object (File)
Sun, Apr 28, 10:01 AM
Unknown Object (File)
Sat, Apr 27, 3:37 PM

Details

Summary

Encapsulating TCP over UDP allows the support of peers which implement TCP in userland without requiring special permissions by encapsulating the TCP segments in UDP.

Support for this is already available in Wireshark, packetdrill, and uperf.

It is planned to merge this to the main tree, after FreeBSD 13.0 has been released. This is joint work with rrs@.

Test Plan

Ensure that the corresponding test suite, which is available in the TCP-over-UDP branch of tcp-testsuite.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped