Commit 3d01a4bfcb6943007e1b408c20192fce1f2addd7
include peer type in list
cel committed on 7/15/2017, 8:44:14 PMParent: 813a345b34deba471c116f6a1d54570d8b2f2c63
Files changed
dat.dpi | changed |
dat.dpi | ||
---|---|---|
@@ -51,9 +51,9 @@ | ||
51 | 51 … | stream: function (info) { |
52 | 52 … | var stream = archive.replicate({ |
53 | 53 … | live: true |
54 | 54 … | }) |
55 | - stream.address = (info.host || '?') + ':' + (info.port || '?') | |
55 … | + stream.address = info.type + ':' + (info.host || '?') + ':' + (info.port || '?') | |
56 | 56 … | return stream |
57 | 57 … | } |
58 | 58 … | }) |
59 | 59 … | }) |
Built with git-ssb-web