From 2f4eaafccd4da885e4501e9c28eddfb2dce8607a Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Sun, 10 Apr 2022 23:40:44 +0800 Subject: [PATCH] docs(README) fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb62dac..5eb4705 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ Here is a quick overview of comparison between those two to help you choose: | UDP over UDP obfuscation | ❌ | ✅ | | Multi-threaded | ✅ | ❌ | | Throughput | Better | Good | -| L4 IP mode | TUN interface | Raw sockets + BPF | +| Layer 3 mode | TUN interface | Raw sockets + BPF | | Tunneling MTU overhead | 12 bytes | 44 bytes | | Seprate TCP connections for each UDP connection | Client/Server | Server only | | Anti-replay, encryption | ❌ | ✅ |