tcpNoDelay property

bool? get tcpNoDelay

Implementation

bool? get tcpNoDelay {
  return $$context$$["tcpNoDelay"];
}
set tcpNoDelay (bool? value)

Implementation

set tcpNoDelay(bool? value) {
  $$context$$["tcpNoDelay"] = value;
}