Felix Lange
|
1440f9a37a
p2p: new dialer, peer management without locks
|
10 years ago |
Felix Lange
|
dbdc5fd4b3
p2p: delete Server.Broadcast
|
10 years ago |
Felix Lange
|
7efeb4bd96
p2p: bump maxAcceptConns and defaultDialTimout
|
10 years ago |
Felix Lange
|
d4f0a67323
p2p: drop connections with no matching protocols
|
10 years ago |
Felix Lange
|
9c0f36c46d
p2p: use maxDialingConns instead of maxAcceptConns as dial limit
|
10 years ago |
Felix Lange
|
914e57e49b
p2p: fix disconnect at capacity
|
10 years ago |
Péter Szilágyi
|
4d5a719f25
cmd, eth, p2p: introduce pending peer cli arg, add tests
|
10 years ago |
Péter Szilágyi
|
af93217775
p2p: reduce the concurrent handshakes to 10/10 in/out
|
10 years ago |
Péter Szilágyi
|
2060bc8bac
p2p: fix dial throttling race condition
|
10 years ago |
Péter Szilágyi
|
29fef349ef
p2p: fix a dialing race in the throttler
|
10 years ago |
Péter Szilágyi
|
3953bf0031
p2p: limit the outbound dialing too
|
10 years ago |
Jeffrey Wilcke
|
a0cb1945ae
Merge pull request #866 from fjl/p2p-last-minute
|
10 years ago |
Felix Lange
|
3e2a928caa
p2p: stop dialing at half the maximum peer count
|
10 years ago |
obscuren
|
062fa049d0
fixed merge issue
|
10 years ago |
Péter Szilágyi
|
4accc187d5
eth, p2p: add trusted node list beside static list
|
10 years ago |
Péter Szilágyi
|
54db54931e
p2p: add static node dialing test
|
10 years ago |
Péter Szilágyi
|
e82ddd9198
p2p: correct a leftover trusted -> static
|
10 years ago |
Péter Szilágyi
|
413ace37d3
eth, p2p: rename trusted nodes to static, drop inbound extra slots
|
10 years ago |
Péter Szilágyi
|
701591b403
cmd, eth, p2p: fix review issues enumerated by Felix
|
10 years ago |
Péter Szilágyi
|
1528dbc171
p2p: add trust check to handshake, test privileged connectivity
|
10 years ago |
Péter Szilágyi
|
14f32a0c3a
p2p: reduce the severity of a debug log
|
10 years ago |
Péter Szilágyi
|
de0549fabb
cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peers
|
10 years ago |
Felix Lange
|
fc747ef4a6
p2p/discover: new endpoint format
|
10 years ago |
Péter Szilágyi
|
8646365b42
cmd/bootnode, eth, p2p, p2p/discover: use a fancier db design
|
10 years ago |
Péter Szilágyi
|
6def110c37
cmd/bootnode, eth, p2p, p2p/discover: clean up the seeder and mesh into eth.
|
10 years ago |
Péter Szilágyi
|
5f735d6fce
cmd, eth, p2p, p2p/discover: init and clean up the seed cache
|
10 years ago |
Felix Lange
|
635b66acdc
p2p: return zero node from Self if the server is not running
|
10 years ago |
Felix Lange
|
5528abc795
p2p: fix the dial timer
|
10 years ago |
obscuren
|
474aa924ca
p2p: added limiter function to limit package broadcasting
|
10 years ago |
Felix Lange
|
b9929d289d
p2p: fix unsynchronized map access during Server shutdown
|
10 years ago |