mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 10:20:44 +00:00
changes added in rlpx
This commit is contained in:
parent
e5ee0b3a6a
commit
1adcc815ea
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ func (t *rlpx) close(err error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (t *rlpx) doProtoHandshake(our *protoHandshake) (their *protoHandshake, err error) {
|
func (t *rlpx) doProtoHandshake(our *protoHandshake) (their *protoHandshake, err error) {
|
||||||
|
|
||||||
// Writing our handshake happens concurrently, we prefer
|
// Writing our handshake happens concurrently, we prefer
|
||||||
// returning the handshake read error. If the remote side
|
// returning the handshake read error. If the remote side
|
||||||
// disconnects us early with a valid reason, we should return it
|
// disconnects us early with a valid reason, we should return it
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue