Skip to content
Snippets Groups Projects
Commit 424dfe10 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

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
1 merge request!455Update branch with changes from master
Pipeline #6330 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment