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

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecServiceInternal.h178 * @param cMsSendTimeout The send timeout measured in milliseconds.
180 DECLR3CALLBACKMEMBER(void, pfnBabble,(PCTXSPKTHDR pPktHdr, RTMSINTERVAL cMsSendTimeout));
H A DTestExecServiceTcp.cpp381 static DECLCALLBACK(void) txsTcpBabble(PCTXSPKTHDR pPktHdr, RTMSINTERVAL cMsSendTimeout) argument
393 NOREF(cMsSendTimeout); /** @todo implement the timeout here; non-blocking write + select-on-write. */

Completed in 33 milliseconds