Hi all, 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? Thanks,
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