TCP_NODELAY constant
SocketOption TCP_NODELAY = const SocketOption._(0)Enable or disable no-delay on the socket. If TCP_NODELAY is enabled, the socket will not buffer data internally, but instead write each data chunk as an invidual TCP packet.
TCP_NODELAY is disabled by default.
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-io/SocketOption/TCP_NODELAY-constant.html