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, Jul 13, 6:40 AM
Unknown Object (File)
Jun 24 2024, 12:30 PM
Unknown Object (File)
Jun 13 2024, 7:30 PM
Unknown Object (File)
Jun 6 2024, 7:36 AM
Unknown Object (File)
Jun 3 2024, 5:40 AM
Unknown Object (File)
May 21 2024, 2:43 PM
Unknown Object (File)
May 16 2024, 10:16 AM
Unknown Object (File)
May 16 2024, 10:16 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