FiberSelectWriter.cork

Tells whether the TCP_CORK feature is currently enabled.

  1. bool cork(bool enabled)
  2. bool cork()
    class FiberSelectWriter
    bool
    cork
    ()

Return Value

Type: bool

true if the TCP_CORK feature is currently enabled or false otherwise.

Meta