AsyncTCPConnection.noDelay

Disables(true)/enables(false) nagle's algorithm (default:enabled).

  1. bool noDelay [@property setter]
    class AsyncTCPConnection
    nothrow @property
    void
    noDelay
    (
    bool b
    )
  2. bool noDelay [@property getter]

Meta