SocketStreamBase.bufferSize

Sets the size of the buffer. The default is 8192 bytes. If there is currently data in the buffer, it will be flushed.

  1. size_t bufferSize [@property setter]
    struct SocketStreamBase
    @property
    void
    bufferSize
    (
    size_t size
    )
  2. size_t bufferSize [@property getter]

Meta