Searched refs:_rxSocketBufferSize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DProtocol.h146 unsigned int _rxSocketBufferSize; member in class:Protocol
H A DProtocol.cpp75 _rxSocketBufferSize(0)
151 _rxSocketBufferSize = bufSize;
262 _rxSocketBufferSize = 0;
616 int len = std::min(c->GetTxWindow(), _rxSocketBufferSize);

Completed in 858 milliseconds