TCPConnection.tcpNoDelay

Used to disable Nagle's algorithm.

  1. bool tcpNoDelay [@property setter]
    interface TCPConnection
    @property
    void
    tcpNoDelay
    (
    bool enabled
    )
  2. bool tcpNoDelay [@property getter]

Meta