forked from cerc-io/plugeth
5bdc115943
Overview of changes: - ClientIdentity has been removed, use discover.NodeID - Server now requires a private key to be set (instead of public key) - Server performs the encryption handshake before launching Peer - Dial logic takes peers from discover table - Encryption handshake code has been cleaned up a bit - baseProtocol is gone because we don't exchange peers anymore - Some parts of baseProtocol have moved into Peer instead |
||
---|---|---|
.. | ||
discover | ||
crypto_test.go | ||
crypto.go | ||
message_test.go | ||
message.go | ||
nat.go | ||
natpmp.go | ||
natupnp.go | ||
peer_error.go | ||
peer_test.go | ||
peer.go | ||
protocol.go | ||
server_test.go | ||
server.go | ||
testlog_test.go |