mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
ws: implement network.only_ipv6 and network.tcp_backlog
This commit is contained in:
parent
07cc575e39
commit
06a716f78a
4 changed files with 37 additions and 3 deletions
|
|
@ -40,6 +40,7 @@ rustls-pemfile = "0.3"
|
|||
serde = { version = "1", features = ["derive"] }
|
||||
signal-hook = { version = "0.3" }
|
||||
slab = "0.4"
|
||||
socket2 = { version = "0.4", features = ["all"] }
|
||||
tungstenite = "0.17"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue