go-ethereum/swarm/network
nolash 3c84c329f9 p2p/adapters: Removed pointer receiver for RLPxMessenger
Pointer rcvr incompatible with protocols.NewPeer

p2p: Removed duplicate declaration of Messenger interface

p2p/protocols,swarm/network: Codemap primitive type correction
Codemap was using uint for message types
But Messenger.SendMsg needs uint64
2017-05-06 14:23:38 +01:00
..
simulations p2p: network testing framework and protocol abstraction 2017-05-06 14:23:38 +01:00
address.go p2p: network testing framework and protocol abstraction 2017-05-06 14:23:38 +01:00
address_test.go p2p: network testing framework and protocol abstraction 2017-05-06 14:23:38 +01:00
hive.go p2p: network testing framework and protocol abstraction 2017-05-06 14:23:38 +01:00
hive_test.go p2p: network testing framework and protocol abstraction 2017-05-06 14:23:38 +01:00
pbtree.go p2p: network testing framework and protocol abstraction 2017-05-06 14:23:38 +01:00
pbtree_test.go p2p: network testing framework and protocol abstraction 2017-05-06 14:23:38 +01:00
protocol.go p2p/adapters: Removed pointer receiver for RLPxMessenger 2017-05-06 14:23:38 +01:00
protocol_test.go p2p: network testing framework and protocol abstraction 2017-05-06 14:23:38 +01:00
test_overlay.go p2p: network testing framework and protocol abstraction 2017-05-06 14:23:38 +01:00