p2p/enr: size limit comment

This commit is contained in:
Anton Evangelatov 2017-12-06 14:24:43 +01:00 committed by Felix Lange
parent 6eeb127627
commit 0206b31c6a

View file

@ -34,6 +34,8 @@ import (
)
const (
// SizeLimit is the maximum encoded size of a node record in bytes.
// Implementations should reject records larger than this size.
SizeLimit = 300
)