diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-08 13:34:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-08 13:34:50 -0400 |
commit | 92b1f427306b92706a4d785fe819c8b0cbedca63 (patch) | |
tree | 09a6156f5bb022b8952edaf3a015dea5bf7276c7 /doc/design/assistant/pairing.mdwn | |
parent | 2d1b215328e40a7c9eb1dad0422917728faa79a0 (diff) |
fix fd leak
also, tested on ipv6.. doesn't work
Diffstat (limited to 'doc/design/assistant/pairing.mdwn')
-rw-r--r-- | doc/design/assistant/pairing.mdwn | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/design/assistant/pairing.mdwn b/doc/design/assistant/pairing.mdwn index 32815698c..2b9df67a1 100644 --- a/doc/design/assistant/pairing.mdwn +++ b/doc/design/assistant/pairing.mdwn @@ -21,5 +21,10 @@ It could work like this: 5. Pull over a clone of the repository. 6. Start [[syncing]]. -Also look into the method used by -<https://support.mozilla.org/en-US/kb/add-a-device-to-firefox-sync> +## TODO + +* pairing over IPV6 only networks does not work. Haskell's + `network-multicast` library complains "inet_addr: Malformed address: ff02::1" + .. seems it just doesn't support IPv6. The pairing code in git-annex + does support ipv6, apart from this, it's just broadcasting the messages + that fails. (Pairing over mixed networks is fine.) |