ethereum / devp2p

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

discv5: fix definition of random-packet #98

Closed fjl closed 5 years ago

fjl commented 5 years ago

The random packet is basically a message-packet with garbage content. This change adds auth-tag to the definition to make them structurally equivalent.

fjl commented 5 years ago

Already fixed in #95