diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-12-07 15:50:54 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-12-07 15:50:54 -0400 |
commit | d4d1090c74df25e17c72497d7369f33377dcb74e (patch) | |
tree | 097a638cb2e8b1634f0461554c0ec0c0224fa78b /doc/devblog | |
parent | d57075a2bef49d695e904d8514871c5acc5456a7 (diff) |
devblog
Diffstat (limited to 'doc/devblog')
-rw-r--r-- | doc/devblog/day_434__it_works.mdwn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/devblog/day_434__it_works.mdwn b/doc/devblog/day_434__it_works.mdwn new file mode 100644 index 000000000..5ab81d422 --- /dev/null +++ b/doc/devblog/day_434__it_works.mdwn @@ -0,0 +1,19 @@ +Git annex transfers over Tor worked correctly the first time I tried them +today. I had been expecting protocol implementation bugs, so this was a +nice surprise! + +Of course there were some bugs to fix. I had forgotten to add UUID +discovery to `git annex p2p --link`. And, resuming interrupted transfers +was buggy. + +Spent some time adding progress updates to the Tor remote. I was curious to +see what speed transfers would run. Speed will of course vary depending on +the Tor relays being used, but this example with a 100 mb file is not bad: + + copy big4 (to peer1...) + 62% 1.5MB/s 24s + +There are still a couple of [[known bugs|todo/tor]], +but I've merged the `tor` branch into `master` already. + +Today's work was sponsored by Ethan Aubin. |