[Bug 2654] timeout is always triggered with 2.6.4

samba-bugs at samba.org samba-bugs at samba.org
Wed Apr 27 17:47:33 GMT 2005


https://bugzilla.samba.org/show_bug.cgi?id=2654





------- Additional Comments From wayned at samba.org  2005-04-27 10:47 -------
What may have happened is that the outgoing socket from the generator may have
filled up completely, and the timeout on outputting new data then got exceeded
waiting for the other two processes to clear out enough space to write more.  I
think my decision to partially enable timeouts in the generator now that we're
generating ACK packets was not the right choice.  Try changing this code:

        if (protocol_version < 29)
                ignore_timeout = 1;

to remove the "if" and I think the timeout will go away.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list