stepfunc / rodbus

Rust implementation of Modbus with idiomatic bindings for C, C++, .NET, and Java
https://stepfunc.io/products/libraries/modbus/
Other
83 stars 23 forks source link

enable TCP_NODELAY for client and server sockets #99

Closed jadamcrain closed 2 years ago

jadamcrain commented 2 years ago

Modbus always writes full MBAPs, Nagle's algorithm should always be disabled to reduce possible latency.