kochedykov / jlibmodbus

JLibModbus - is an implementation of the Modbus protocol v1.1b in java language. Java modbus library. It works. Welcome.
http://kochedykov.github.io/jlibmodbus/
Apache License 2.0
307 stars 128 forks source link

Enable TCP_NODELAY for all TCP connections #58

Closed wielantu closed 3 years ago

wielantu commented 3 years ago

TCP_NODELAY avoids a delay of sending TCP packets with a small payload.

fix #57