Charles Darwin wrote:
> My question is does rsync use UDP? If not by defaut, then how do I  
> enable it? Can I compile rsync with UDP as default protocol?

rsync uses a byte stream over TCP, SSH, or any other application
implementing a byte stream that you want, using the "-e" option.

UDP is not a byte stream protocol and quite inappropriate for rsync.

Why do you ask for UDP?

-- Jamie
-- 
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
  • UDP Charles Darwin
    • Re: UDP Jamie Lokier

Reply via email to