Create/use sbbs_t::flush_output(timeout)
If client socket is connected, wait up to the specified timeout period (in ms) for the output buffer to be emptied. This is much preferred over blindly calling mswait() after sending some data (e.g. a file) and possibly waiting much longer than necessary.
parent
221507a8
No related branches found
No related tags found
Loading
Please register or sign in to comment