Skip to content

Commit 1605ad0

Browse files
author
Emilia Hane
committed
Semantic fix for easy interpretation
1 parent 563e3dd commit 1605ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discv5/discv5-theory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ listen socket. If those sockets are not equivalent, the node is behind NAT and t
428428
[mechanism for keeping holes punched] is activated. Like so, a node assumes it is behind
429429
NAT if an externally reachable socket is omitted from the initial configuration and must
430430
activate the [mechanism for keeping holes punched]. [Runtime address discovery] asses the
431-
external socket used by the local node. Once a new externally reachable IP address is known,
432-
implementations will try to bind to the address at some number of randomly selected ports
431+
external socket used by the local node. Once a new externally reachable socket is known,
432+
implementations will try to bind to its IP address at some number of randomly selected ports
433433
from a given range of probably unused ports. If binding succeeds with any port, the node is
434434
not behind NAT and the [mechanism for keeping holes punched] is deactivated. This solution
435435
assumes, in most scenarios where port-forwarding cannot be configured the local node host's

0 commit comments

Comments
 (0)