108 Commits (2cd90b84b3157769985c6dcecdbb275b9f40f08f)

Author SHA1 Message Date
Steven Allen d0ab45164c ping: simplify ping loop 6 years ago
Steven Allen d3d5351d81 ping: return a stream of results 6 years ago
vyzo 3697552406 handle misbehaving peers in identify push 6 years ago
vyzo 8fa257cdf0 track context given in identify constructor and use it to gate identify push 6 years ago
vyzo bf651ca7c7 use a single, NoDial context in identify push 6 years ago
vyzo a88ae79f6f use transientTTL for invalidated addrs instead of 0 6 years ago
vyzo 06391d4f2f replace peer addresses in identify 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 544c412193 identify: only store _reported_ multiaddrs 6 years ago
lnykww 5da711dc6c Fix UDP listen on a Unspecified Address and Dial from the Unspecified Address 6 years ago
Steven Allen 3617750071 better nat mapping 6 years ago
Jakub Sztandera 533d9866c6 gx publish 6.0.34 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
Steven Allen 00ba6a165a deflake identify test 6 years ago
vyzo 7fabe39290 parallel identify push 6 years ago
vyzo 4ea04c23b3 identify: implement identify push protocol 6 years ago
Steven Allen dd7868a1a7 don't disconnect on protocol version mismatch 6 years ago
vyzo 48e0effd6a resolve import cycle in ping test 6 years ago
vyzo a768598c50 free standing Ping function 6 years ago
Can ZHANG 92ec4b2d18 Updates due to code review 6 years ago
Can ZHANG 96df62bd5b Changes on discussion 6 years ago
Can ZHANG b4e4d496ea Fix test 6 years ago
Can ZHANG d859fb0dd7 Track more info for observed addresses 6 years ago
QYuan 38abbc9128
Delete extra comments 6 years ago
Steven Allen e436bcc391 always remove connection from identify service map 6 years ago
Steven Allen f6ad991bb5 update gogo protobuf 6 years ago
Steven Allen 2e13245085 reset when we fail in identify 6 years ago
Steven Allen 72df25af76 always reset ping streams when done 6 years ago
Steven Allen b4428fda58 reduce error to warning and log the error 6 years ago
Steven Allen 41c6834850 refactor for transport changes 7 years ago
Steven Allen 5f75373b53 make the identify test less racy 7 years ago
Steven Allen d7c4c0a202 add test for forgetting address records 7 years ago
Steven Allen ea95a94e78 register identify service netNotify 7 years ago
Steven Allen 096a2c8303 fix peerstore apocalypse redux 7 years ago
Steven Allen 925ac42502 Reset on error in ping. 7 years ago
Lars Gierth f0453a2458 basichost: refactor BasicHost construction 8 years ago
Jakub Sztandera ed98e37176
Extend time of observation by the factor of ActivationThresh 8 years ago