ethereum / devp2p

Ethereum peer-to-peer networking specifications
984 stars 275 forks source link

discv5: fix definition of PONG response #105

Closed Mikerah closed 5 years ago

Mikerah commented 5 years ago

There's a error in the PONG response definition. packet-ip and packet-port should be recipient-ip and recipient-port as per the definition of message-data.

fjl commented 5 years ago

Thank you :)