212 Commits (f2351dc758e5c8cf6bc6c5c32931daa8ae6e49a9)

Author SHA1 Message Date
  Anton Kaliaev ffd3bf8448
remove or comment out unused code 5 years ago
  Anton Kaliaev 2449bf7300 p2p: file descriptor leaks (#3150) 6 years ago
  Ethan Buchman a14fd8eba0
p2p: fix peer count mismatch #2332 (#2969) 6 years ago
  Ethan Buchman 1bb7e31d63
p2p: panic on transport error (#2968) 6 years ago
  Ethan Buchman 6168b404a7
p2p: NewMultiplexTransport takes an MConnConfig (#2869) 6 years ago
  Mehmet Gurevin 905abf1388 p2p: re-check after sleeps (#2664) 6 years ago
  Jae Kwon 5b19fcf204 p2p: AddressBook requires addresses to have IDs; Do not close conn immediately after sending pex addrs in seed mode (#2797) 6 years ago
  Ethan Buchman 746d137f86
p2p: Restore OriginalAddr (#2668) 6 years ago
  Ethan Buchman 0baa7588c2
p2p: NodeInfo is an interface; General cleanup (#2556) 6 years ago
  goolAdapter 5f88fe0e9b fix p2p switch FlushThrottle value (#2569) 6 years ago
  Matthew Slipper 587116dae1 metrics: Add additional metrics to p2p and consensus (#2425) 6 years ago
  Alexander Simmerl bdd01310a0 p2p: Integrate new Transport 6 years ago
  Anton Kaliaev eb5cf0f0dd ignore existing peers in DialPeersAsync (#2327) 6 years ago
  Anton Kaliaev 6fad8eaf5a [p2p/pex] connect to more than 10 peers (#2169) 6 years ago
  Ethan Buchman 359898dcac p2p: fix conn leak. part of #2046 6 years ago
  Anton Kaliaev 9962e598a0
reconnect to self-reported address if persistent peer is inbound (#2031) 6 years ago
  Anton Kaliaev b31ee798bd
preserve original address and dial it instead of self-reported address (#1994) 6 years ago
  Zach Ramsay 44dad6d70b Revert "detele everything" 6 years ago
  Zach Ramsay d02c5d1e30 detele everything 6 years ago
  Ethan Buchman d55243f0e6 fix import paths 6 years ago
  Anton Kaliaev 61c5791fa3
revert back to Jae's original payload size limit 6 years ago
  Liamsi d2c05bc5b9 Revert "delete everything" (includes everything non-go-crypto) 6 years ago
  Liamsi 96a3502126 delete everything 6 years ago
  Anton Kaliaev 205d8b8062
fixes after @xla review 6 years ago
  Anton Kaliaev 84812145cb
friendly apis for constructors 6 years ago
  Anton Kaliaev 19699d644f
p2p metric, make height and totalTxs gauges 6 years ago
  Alexander Simmerl c661a3ec21
Fix race when mutating MConnConfig 6 years ago
  Alexander Simmerl ea896865a7
Collapse PeerConfig into P2PConfig 6 years ago
  Alexander Simmerl 3255c076e5
Remove auth_enc config option 6 years ago
  Ethan Buchman d454b1b25f SkipDuplicate -> AllowDuplicate; fix p2p test on mac 6 years ago
  Alexander Simmerl 5796e879b9
Introduce option to skip duplicate ip check 6 years ago
  Anton Kaliaev 2a0e9f93ce
provide arg to error 6 years ago
  Alexander Simmerl 01fd102dba
Incoporate review feedback 6 years ago
  Alexander Simmerl 91b6d3f18c
Do not set address for self error 6 years ago
  Alexander Simmerl 77f09f5b5e
Move to ne.IP 6 years ago
  Ethan Buchman 1fe41be929
p2p: prevent connections from same ip 6 years ago
  Ethan Buchman 68a0b3f95b version bump. add roadmap back. minor fixes 6 years ago
  Ethan Buchman fae94a44a2 p2p/pex: some addrbook fixes 6 years ago
  Ethan Buchman c90bf77566 rpc: add n_peers to /net_info 6 years ago
  Ethan Buchman 6805ddf1b8 p2p: change some logs from Error to Debug. #1476 6 years ago
  Ethan Buchman 2761861b6b p2p: MinNumOutboundPeers. Closes #1501 6 years ago
  Ethan Buchman c23909eecf p2p/pex: minor cleanup and comments 6 years ago
  Ethan Buchman 936d1a0e68 some notes about the p2p layer 6 years ago
  Ethan Buchman 0cbbb61962 minor cleanup 6 years ago
  Anton Kaliaev 3a0edc561d
log error from AddrBook#AddAddress in DialPeersAsync 6 years ago
  Thomas Corbière ab00bf7c8b standardize PRNG access (#1411) 6 years ago
  Vladislav Dmitriyev 7c22e47629 Replaced NodeInfo's pubkey to ID (#1443) 6 years ago
  Javed Khan 54adb790f2
p2p: switch - reconnect only if persistent 6 years ago
  Anton Kaliaev 3233c318ea
only log errors, dial correct addresses 6 years ago
  Anton Kaliaev 6e39ec6e26
do not even try to dial ourselves 6 years ago