class SocketPair_StreamSendmsgNonblockBoundary_Test

Defined at line 376 of file ../../sdk/lib/fdio/tests/socketpair.cc

Verify scenario, where multi-segment sendmsg is requested, but the socket has

just enough spare buffer to *completely* read one segment.

In this scenario, an attempt to send second segment should immediately fail

with ZX_ERR_SHOULD_WAIT, but the sendmsg should report first segment length

rather than failing with EAGAIN.

Public Methods

void SocketPair_StreamSendmsgNonblockBoundary_Test ()

Defined at line 376 of file ../../sdk/lib/fdio/tests/socketpair.cc

void TestBody ()

Defined at line 376 of file ../../sdk/lib/fdio/tests/socketpair.cc