aboutsummaryrefslogtreecommitdiffstats
path: root/dex/nodetable_test.go
Commit message (Collapse)AuthorAgeFilesLines
* dex: replace NodeMeta with ENR (#132)Sonic2019-01-141-40/+57
|
* Fix lintWei-Ning Huang2018-12-191-4/+4
|
* dex: porting test to enode (#9)Sonic2018-12-191-3/+7
|
* dex: polish network related functionSonic2018-12-191-5/+12
|
* dex: redesign p2p network topologySonic2018-12-191-0/+93
- Let p2p server support direct connection and group connection. - Introduce node meta table to maintain IP of all nodes in node set, in memory and let nodes in the network can sync this table. - Let peerSet able to manage direct connections to notary set and dkg set. The mechanism to refresh the network topology when configuration round change is not done yet.