The patch below fixes two issues about the socketpair_tcp() function: - Bind to INADDR_LOOPBACK instead of INADDR_ANY - Pass the correct sockaddr_in to accept() Here's the patch: http://dev.exherbo.org/~alip/tmp/rsync-3.0.7-bindlocal.patch
Thanks for the patch! I've applied this to the master branch in the git repo.