mirror of
https://github.com/dndx/phantun.git
synced 2025-01-31 12:19:30 +08:00
Datong Sun
86c6a3f801
perf(client) use different UDP sockets for individual UDP connections
for better load sharing between threads This removes the bottleneck with a single listening UDP socket.
Description
Transforms UDP stream into (fake) TCP streams that can go through Layer 3 & Layer 4 (NAPT) firewalls/NATs.
Languages
Rust
87.7%
Shell
11.1%
Dockerfile
1.2%