aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-03-01 03:11:28 +0000
committerWayne Davison <wayned@samba.org>2005-03-01 03:11:28 +0000
commit08b018304fb35c1d06e33bd660b00aadcc4b2c78 (patch)
tree12b5c0bd8e5a8679d63651f641b13427e8cad133 /TODO
parentd19320fdf6d143e2ccf512847932b12a0085440e (diff)
downloadandroid_external_rsync-08b018304fb35c1d06e33bd660b00aadcc4b2c78.tar.gz
android_external_rsync-08b018304fb35c1d06e33bd660b00aadcc4b2c78.tar.bz2
android_external_rsync-08b018304fb35c1d06e33bd660b00aadcc4b2c78.zip
Removed section on parsing IPv6 literal addresses.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index f73cebe3..3d96b7bb 100644
--- a/TODO
+++ b/TODO
@@ -146,14 +146,6 @@ Other IPv6 stuff:
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
-
- rsync://[::1]/foo/bar [::1]::bar
-
- which should just take a small change to the parser code.
-
-- --