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)
Sat, Oct 19, 4:30 PM
Unknown Object (File)
Oct 4 2024, 11:56 PM
Unknown Object (File)
Oct 1 2024, 11:26 PM
Unknown Object (File)
Oct 1 2024, 10:15 PM
Unknown Object (File)
Sep 29 2024, 3:52 AM
Unknown Object (File)
Sep 27 2024, 2:13 AM
Unknown Object (File)
Sep 26 2024, 6:16 PM
Unknown Object (File)
Sep 20 2024, 9:12 AM

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