- 29 Jan, 2015 1 commit
-
-
Juan Batiz-Benet authored
dialing 4000 connections somehow keeps choking both travis and jenkins. dialing this down to 500
-
- 28 Jan, 2015 5 commits
-
-
Juan Batiz-Benet authored
- attempts set to 1 now. - timeouts must account for that.
-
Juan Batiz-Benet authored
p2p/net: dial log -> events
-
Juan Batiz-Benet authored
+ fixed race
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
-
- 27 Jan, 2015 8 commits
-
-
Juan Batiz-Benet authored
This commit turns all dial logs into log.Events. Everything's great except for one problem: The LoggableMap I'm using does not print out things correctly. I gave it peer.IDs, and Multiaddrs and both got logged as nothing `{}` (didn't even call their String() methods!) So, for now, this function encodes it when called... This is wrong and should be fixed before being merged in. Otherwise we will be constantly encoding peer.IDs and Multiaddrs without needing to. @briantigerchow how do you suggest doing this? I don't know my way around your Loggable.
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
- 26 Jan, 2015 5 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
should be returning false.
-
Juan Batiz-Benet authored
Exposing the NAT to the core is unnecessary. The Host can take care of it. If a need emerges, we can address it then.
-
Juan Batiz-Benet authored
- allow retrieving addresses - allow notifications on mapping changes - allow lifecycle mgmt (future commit will manage it)
-
- 24 Jan, 2015 7 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
more races 2015-01-24
-
Juan Batiz-Benet authored
increased the timeout for other CI too
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
-
Jeromy authored
-
- 23 Jan, 2015 6 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
- 21 Jan, 2015 1 commit
-
-
Juan Batiz-Benet authored
-
- 20 Jan, 2015 6 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
This commit cleans up the reuse port setup, and fixes a problem: make sure to filter addrs out that we simply cannot dial with (e.g. loopback -> non-loopback, or linklocal -> nonlinklocal)
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
This commit finally makes use of the sent observed addrs. If the connection's local address is from one of our listen addrs, then the remote's observed addr is its natted mapping, which is useful to us. For now, we add it directly to our address book. (a future commit should make addressbook addresses expire)
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
- 18 Jan, 2015 1 commit
-
-
Brian Tiger Chow authored
cc @jbenet @whyrusleeping
-