X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/28a69e25ea84cdf89b5afc1085b3c3a48a16f943..c10b0bdd50af38eedd4f06abb417babd05d143c3:/TODO diff --git a/TODO b/TODO index 2b2b3226..8b286130 100644 --- a/TODO +++ b/TODO @@ -41,6 +41,17 @@ Performance IPv6 + Implement suggestions from http://www.kame.net/newsletter/19980604/ + and ftp://ftp.iij.ad.jp/pub/RFC/rfc2553.txt + + If a host has multiple addresses, then listen try to connect to all + in order until we get through. (getaddrinfo may return multiple + addresses.) This is kind of implemented already. + + Possibly also when starting as a server we may need to listen on + multiple passive addresses. This might be a bit harder, because we + may need to select on all of them. Hm. + Define a syntax for IPv6 literal addresses. Since they include colons, they tend to break most naming systems, including ours. Based on the HTTP IPv6 syntax, I think we should use @@ -116,6 +127,10 @@ Add machines NICE ----------------------------------------------------------------- +SIGHUP + + Re-read config file (just exec() ourselves) rather than exiting. + --no-detach and --no-fork options Very useful for debugging. Also good when running under a