[Tinymux] question about quit.txt not showing entirely

Stephen Dennis brazilofmux at gmail.com
Sat Oct 30 02:45:15 EDT 2004


I think Alex might be onto something.

If at all possible, on both Unix and Win32, MUX turns off SO_LINGER
and makes the socket non-blocking.  The close() should graceful push
data out, and at the same time, it should not block.  In addition, MUX
is calling shutdown(SD_BOTH) before calling close(), so that should
also cause the data to be pushed out gracefully.

So, to start again, tell me which operating system you're using.

Brazil


More information about the Tinymux mailing list