feat(smart-proxy): add UDP transport support with QUIC/HTTP3 routing and datagram handler relay
This commit is contained in:
@@ -91,6 +91,13 @@ libc = "0.2"
|
||||
# Socket-level options (keepalive, etc.)
|
||||
socket2 = { version = "0.5", features = ["all"] }
|
||||
|
||||
# QUIC transport
|
||||
quinn = "0.11"
|
||||
|
||||
# HTTP/3 protocol
|
||||
h3 = "0.0.8"
|
||||
h3-quinn = "0.0.10"
|
||||
|
||||
# mimalloc allocator (prevents glibc fragmentation / slow RSS growth)
|
||||
mimalloc = "0.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user