ws: implement network.only_ipv6 and network.tcp_backlog

This commit is contained in:
Joakim Frostegård 2022-03-20 18:41:41 +01:00
parent 07cc575e39
commit 06a716f78a
4 changed files with 37 additions and 3 deletions

1
Cargo.lock generated
View file

@ -281,6 +281,7 @@ dependencies = [
"serde",
"signal-hook",
"slab",
"socket2 0.4.4",
"tungstenite",
]