mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-10 07:55:36 +00:00
fix: reuse conn by dst_peer_id, every peer use only 1 quic conn, to fix nat lost problem (#2216)
This commit is contained in:
@@ -70,6 +70,7 @@ async-stream = "0.3.5"
|
||||
async-trait = "0.1.74"
|
||||
|
||||
dashmap = "6.0"
|
||||
moka = { version = "0.12", features = ["future"] }
|
||||
timedmap = "=1.0.1"
|
||||
|
||||
# for full-path zero-copy
|
||||
|
||||
Reference in New Issue
Block a user