On Thu, Jan 28, 2010 at 10:43 AM, Neal B <[email protected]> wrote: > Hello, > > Working a few servers that are transferring data across country with a 75ms > delay on a GIGE connection. We can tune the tcp buffers on linux to improve > the connections using iperf. Does rsync use the tcp buffers of the OS or > does it override these settings?
It will ise OS defaults unless you pass --sockopts to rsync. Like so: rsync --sockopts=SO_SNDBUF=128000,SO_RCVBUF=128000 <other options> -- RPM -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
