fix(network): add tcp_nodelay to bearer (#365)

This commit is contained in:
Andrew Westberg 2023-12-20 19:50:03 -05:00 committed by GitHub
parent b6399333da
commit 2e1b0e5cf2
4 changed files with 167 additions and 46 deletions

View file

@ -17,6 +17,7 @@ itertools = "0.10.5"
pallas-codec = { version = "=0.20.0", path = "../pallas-codec" }
pallas-crypto = { version = "=0.20.0", path = "../pallas-crypto" }
rand = "0.8.5"
socket2 = "0.5.5"
thiserror = "1.0.31"
tokio = { version = "1", features = ["rt", "net", "io-util", "time", "sync", "macros"] }
tracing = "0.1.37"