X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/71b3374bd5f8af075218b79fee789a1517451230..7c583c73160714a2f61034515adb1a4a32f9d818:/TODO diff --git a/TODO b/TODO index 391491dd..5461d3aa 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 @@ -87,6 +98,10 @@ logging monitor progress in a log file can do so more easily. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=48108 +rsyncd over ssh + + There are already some patches to do this. + PLATFORMS ------------------------------------------------------------ Win32 @@ -102,6 +117,10 @@ Win32 we are correct to call close(), because shutdown() discards untransmitted data. +DOCUMENTATION -------------------------------------------------------- + +Update README + BUILD FARM ----------------------------------------------------------- Add machines