plugeth/p2p
Felix Lange 9c7281c17e p2p: make DiscReason bigger than byte
We decode into [1]DiscReason in a few places. That doesn't work anymore
because package rlp no longer accepts RLP lists for byte arrays.
2015-04-17 14:45:10 +02:00
..
discover p2p/discover: use rlp.DecodeBytes 2015-04-17 14:45:09 +02:00
nat
handshake_test.go
handshake.go
message_test.go
message.go cmd/rlpdump, cmd/utils, eth, p2p, whisper: use rlp input limit 2015-04-17 14:45:09 +02:00
peer_error.go p2p: make DiscReason bigger than byte 2015-04-17 14:45:10 +02:00
peer_test.go
peer.go p2p: fix yet another disconnect hang 2015-04-13 17:34:08 +02:00
protocol.go
rlpx_test.go
rlpx.go
server_test.go
server.go p2p: fix the dial timer 2015-04-17 08:17:01 +02:00
testlog_test.go