532 Commits (035edd3a8088c81dda4e59ee6edb3780a38ff729)

Author SHA1 Message Date
vyzo a1ebc4d852 reduce relay find peer and connect timeout to 30s 6 years ago
vyzo ffd4981247 increase autorelay discovery limit to 1k 6 years ago
vyzo 1e48e15da7 respect NoDial option in routed host 6 years ago
vyzo a4776e6174 fix panic in observed address activation check 6 years ago
vyzo efdc140264 raise activation channel capacity to 16 6 years ago
vyzo fe7ba05e38 delete empty address sets on observed address set gc 6 years ago
vyzo 17001b24dd use a read/write lock for observed address set 6 years ago
vyzo f4af8d493d fix identify tests 6 years ago
vyzo 9b8192b7d2 initialize ttl in ObservedAddrSet 6 years ago
vyzo b8a152f593 use a background worker for updating/gcing the observed address set 6 years ago
vyzo e76c8a9c38 don't eagerly update the observed address set in Addrs 6 years ago
Steven Allen 316f0867f6 identify: avoid parsing/printing multiaddrs 6 years ago
Steven Allen aebe405680 test: disable TestAddAddrsProfile when the race detector is enabled 6 years ago
whyrusleeping a7eb2efe4b move things outside of the lock in obsaddr 6 years ago
Steven Allen bcbf7a59c1 identify: only record observed addresses that match an address we're announcing 6 years ago
Steven Allen 7093262620 relay: update documentation 6 years ago
vyzo 45df977d57 bump relay record limit to 50 6 years ago
Steven Allen 5b665643c7 relay: only stop advertising relay addresses if we fully disconnect 6 years ago
Steven Allen 80ada8a7d6 relay: no more wrapping 6 years ago
Steven Allen 544c412193 identify: only store _reported_ multiaddrs 6 years ago
vyzo 62531f9a10 reduce autorelay boot delay to 20s 6 years ago
vyzo bace7d4ceb autorelay: correctly handle private->public transition 6 years ago
vyzo c3b5ece119 reduce autorelay discovery timeout to 30s 6 years ago
vyzo e2412502a6 reduce autorelay boot delay to 30s 6 years ago
Steven Allen 16a60f9751 reduce nat error level 6 years ago
Lars Gierth 7741442478 relay: simplify declaration of multiaddr var 6 years ago
lnykww 5da711dc6c Fix UDP listen on a Unspecified Address and Dial from the Unspecified Address 6 years ago
Leonhard Markert 2a7478131a
Fix typos in p2p/net/README.md 6 years ago
Steven Allen 5c51323aa2 mock: increase tolerance for latency tests 6 years ago
Steven Allen 5b643cde2d mock: reduce peer count in FuzzManyPeers when the race detector is enabled 6 years ago
Steven Allen e96aefc3b3 autorelay: disable consistantly failing auto-relay test 6 years ago
Steven Allen 58f40b9d11 mocknet: fix data race 6 years ago
Steven Allen 8c8f08e36f natmgr: rename refresh to sync 6 years ago
Steven Allen 3617750071 better nat mapping 6 years ago
Jakub Sztandera 533d9866c6 gx publish 6.0.34 6 years ago
Matt Joiner 3b8d83ffdc
Resolve addrs with P2P instead of IPFS (#539) 6 years ago
iulianpascalau b8e47c5dea mock package: 6 years ago
vyzo 7fa37513fd increase initial relay advertisement delay to 30s 6 years ago
vyzo 3a993345d0 use PeerRouting in autorelay to find relay peer addresses 6 years ago
vyzo c5f50f9c2d don't advertise the raw public address in autorelay 6 years ago
Steven Allen 758b516603 mock: export ratelimiter as RateLimiter 6 years ago
vyzo 5d0a6e23ce use select for initial advertisement delay 6 years ago
vyzo a1b5b9ed53 explicit option to enable autorelay 6 years ago
Abhishek Upperwal 36a2645306 removing redundant if condition 6 years ago
Abhishek Upperwal 3ae2d75e46 added comments for clarity 6 years ago
Abhishek Upperwal 88d98287ff suppressing error msg for NoSecurity option 6 years ago
vyzo 31eb77d446 add delay in initial relay advertisement to allow the dht time to bootstrap 6 years ago
Steven Allen 79ba610d21 mocknet: create a connection on NewStream if we need one 6 years ago
Steven Allen a8e25bf270 mocknet: refuse to connect to self 6 years ago
Steven Allen 00ba6a165a deflake identify test 6 years ago