Skip to content

Commit db278b3

Browse files
authored
rlpx.md: define capability name character limit (#172)
Limiting the number of characters in capability name so that it can be saved as u64 number.
1 parent 1d72c54 commit db278b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rlpx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ the ingress frame. This should be done before decrypting `header-ciphertext` and
184184
All messages following the initial handshake are associated with a 'capability'. Any
185185
number of capabilities can be used concurrently on a single RLPx connection.
186186

187-
A capability is identified by a short ASCII name and version number. The capabilities
187+
A capability is identified by a short ASCII name (max eight characters) and version number. The capabilities
188188
supported on either side of the connection are exchanged in the [Hello] message belonging
189189
to the 'p2p' capability which is required to be available on all connections.
190190

0 commit comments

Comments
 (0)