n Thu, 7 Mar 2002 09:05:10 +0100 Xavier Nodet <[EMAIL PROTECTED]> wrote:
XN> My understanding of this timeout value, from a practical XN> point of view, is that the 'write action' must be finished XN> before the timeout expires, or the connexion will be dropped. Yes, this is how it seems to behave: the relevant code is in the file tcp.c (i.e. tcp_nt.c or tcp_unix.c) in tcp_sout() and it apparently tries to send the whole string at once instead of breaking it in chunks. I wonder why does it do it like this - time for another mail to MRC. Regards, VZ _______________________________________________ Mahogany-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-users
