restructure aquatic_common_tcp, move more into it from aquatic_http

This commit is contained in:
Joakim Frostegård 2020-07-03 00:22:14 +02:00
parent f3dcc8762e
commit 1dc2f44d9c
9 changed files with 78 additions and 68 deletions

View file

@ -13,5 +13,6 @@ anyhow = "1"
aquatic_common = { path = "../aquatic_common" }
mio = { version = "0.7", features = ["tcp", "os-poll", "os-util"] }
native-tls = "0.2"
parking_lot = "0.10"
serde = { version = "1", features = ["derive"] }
socket2 = { version = "0.3", features = ["reuseport"] }