class SocketPair_StreamRecvmsgNonblockBoundary_Test
Defined at line 331 of file ../../sdk/lib/fdio/tests/socketpair.cc
Verify scenario, where multi-segment recvmsg is requested, but the socket has
just enough data to *completely* fill one segment.
In this scenario, an attempt to read data for the next segment immediately
fails with ZX_ERR_SHOULD_WAIT; at this point recvmsg should report total
number of bytes read, instead of failing with EAGAIN.
Public Methods
void SocketPair_StreamRecvmsgNonblockBoundary_Test ()
Defined at line 331 of file ../../sdk/lib/fdio/tests/socketpair.cc
void TestBody ()
Defined at line 331 of file ../../sdk/lib/fdio/tests/socketpair.cc