File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ dropping MPTCP options. Using an TCP-in-UDP tunnel will force such middleboxes
5
5
not to modify such TCP connections. The idea here is inspired by an old [ IETF
6
6
draft] ( https://datatracker.ietf.org/doc/html/draft-cheshire-tcp-over-udp-00.html ) .
7
7
8
- This "tunnel" is done in BPF, from the TC hooks.
8
+ This "tunnel" is done in eBPF, from the TC hooks. For more details about why it
9
+ has been created, and its particularities, please check this
10
+ [ blog post] ( https://blog.mptcp.dev/2025/07/14/TCP-in-UDP.html ) .
9
11
10
12
## Headers
11
13
@@ -109,7 +111,7 @@ sudo apt install clang llvm libelf-dev build-essential libc6-dev-i386 libbpf-dev
109
111
110
112
## Setup
111
113
112
- Load it with ` tc ` command :
114
+ Load it with ` tc ` commands :
113
115
114
116
- Client:
115
117
```
You can’t perform that action at this time.
0 commit comments