mirror of
https://github.com/dndx/phantun.git
synced 2025-09-20 06:04:31 +08:00
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.
This commit is contained in:
@@ -13,3 +13,4 @@ rand = { version = "0.8.4", features = ["small_rng"] }
|
||||
clap = "2.33.3"
|
||||
log = "0.4"
|
||||
pretty_env_logger = "0.4.0"
|
||||
socket2 = { version = "0.4.2", features = ["all"] }
|
||||
|
Reference in New Issue
Block a user