go-ethereum/p2p/discover/v5wire
oxBoni 1468331f9d
p2p/discover/v5wire: remove redundant bytes clone in WHOAREYOU encoding (#33180)
head.AuthData is assigned later in the function, so the earlier assignment
can safely be removed.
2025-11-26 15:34:11 +01:00
..
testdata p2p/discover: implement v5.1 wire protocol (#21647) 2020-10-14 12:28:17 +02:00
crypto.go all: use min/max/clear from go1.21 (#29307) 2024-03-21 13:50:13 +01:00
crypto_test.go p2p/discover: implement v5.1 wire protocol (#21647) 2020-10-14 12:28:17 +02:00
encoding.go p2p/discover/v5wire: remove redundant bytes clone in WHOAREYOU encoding (#33180) 2025-11-26 15:34:11 +01:00
encoding_test.go p2p: using testing.B.Loop (#32664) 2025-09-19 16:38:36 -06:00
msg.go p2p/discover: repeat exact encoding when resending WHOAREYOU packet (#31543) 2025-04-02 13:47:44 +02:00
session.go p2p/discover: pass node instead of node ID to TALKREQ handler (#31075) 2025-04-02 14:56:21 +02:00