getSendBufferSize method

int getSendBufferSize()

Gets the send buffer size.

Implementation

int getSendBufferSize() {
  return _sendBufferSize;
}