![]() |
Home |
|
Function xn_wait_tcp_outputWaits for all TCP data to be sent and acknowledged. int xn_wait_tcp_output(int sec_wait); Parameterssec_waitNumber of seconds to wait for output window to empty. return valueReturns TRUE if all data has been sent, otherwise FALSE if it times out. Waits for all TCP data (queued on all sockets) to be sent and acknowledged (i.e. waits for output window to empty). This is useful to call before closing an interface.
|