fix bugs (#1138)
1. avoid dns query hangs the thread 2. avoid deadloop when stun query failed because of no ipv4 addr. 3. make quic input error non-fatal. 4. remove ring tunnel from connection map to avoid mem leak. 5. limit listener retry count.
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -8486,8 +8486,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "thunk-rs"
|
||||
version = "0.3.4"
|
||||
source = "git+https://github.com/easytier/thunk.git#403f0d26d3d5bcfdfd76c23e36e517f19fe891e0"
|
||||
version = "0.3.5"
|
||||
source = "git+https://github.com/easytier/thunk.git#cbbeec75a66b7b3cf0824ae890d9d06bcfb9d1f3"
|
||||
|
||||
[[package]]
|
||||
name = "tiff"
|
||||
|
||||
Reference in New Issue
Block a user