http: implement network.only_ipv6 and network.tcp_backlog

This commit is contained in:
Joakim Frostegård 2022-03-20 18:44:38 +01:00
parent 06a716f78a
commit fd704b6412
4 changed files with 36 additions and 3 deletions

View file

@ -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"