mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
http: implement network.only_ipv6 and network.tcp_backlog
This commit is contained in:
parent
06a716f78a
commit
fd704b6412
4 changed files with 36 additions and 3 deletions
|
|
@ -40,6 +40,7 @@ serde = { version = "1", features = ["derive"] }
|
|||
signal-hook = { version = "0.3" }
|
||||
slab = "0.4"
|
||||
smartstring = "1"
|
||||
socket2 = { version = "0.4", features = ["all"] }
|
||||
|
||||
[dev-dependencies]
|
||||
quickcheck = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue