Skip to content

Commit e86b8e9

Browse files
committed
README: note to the new blog post
Can be useful for those accessing this repo directly. Signed-off-by: Matthieu Baerts <[email protected]>
1 parent f3d8e70 commit e86b8e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ dropping MPTCP options. Using an TCP-in-UDP tunnel will force such middleboxes
55
not to modify such TCP connections. The idea here is inspired by an old [IETF
66
draft](https://datatracker.ietf.org/doc/html/draft-cheshire-tcp-over-udp-00.html).
77

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).
911

1012
## Headers
1113

@@ -109,7 +111,7 @@ sudo apt install clang llvm libelf-dev build-essential libc6-dev-i386 libbpf-dev
109111

110112
## Setup
111113

112-
Load it with `tc` command:
114+
Load it with `tc` commands:
113115

114116
- Client:
115117
```

0 commit comments

Comments
 (0)