AsyncTCPListener.noDelay

Sets the default value for nagle's algorithm on new connections.

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

Meta