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

@ -11,6 +11,8 @@ pallas = { path = "../../pallas" }
net2 = "0.2.37"
hex = "0.4.3"
log = "0.4.16"
thiserror = "1.0.31"
futures = "0.3.29"
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
tokio = { version = "1.27.0", features = ["rt-multi-thread"] }