fix(network): add tcp_nodelay to bearer (#365)
This commit is contained in:
parent
b6399333da
commit
2e1b0e5cf2
4 changed files with 167 additions and 46 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue