From 5ab6e79eb5f052ed5af30979fcab1676c4ee315f Mon Sep 17 00:00:00 2001 From: King Date: Wed, 29 Jan 2025 21:27:21 +0100 Subject: [PATCH] fix net-design.md --- website/docs/devtools/net-design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/devtools/net-design.md b/website/docs/devtools/net-design.md index 8828d0928..9968498f2 100644 --- a/website/docs/devtools/net-design.md +++ b/website/docs/devtools/net-design.md @@ -33,7 +33,7 @@ A high level overview of the proposed design. This states the components of the **Transport** -For network transport we must be able to support TCP connections (UDP not a requirement). We have to be able to manage inbound and outbound tcp connections. Although not a requirement for mainnet, for interoperability all clients will have to be able to support an IPv4 endpoint. Any listening endpoints must be publically communicable, so Circuit Relays, AutoNat, etc are not applicable. +For network transport we must be able to support TCP connections (UDP not a requirement). We have to be able to manage inbound and outbound tcp connections. Although not a requirement for mainnet, for interoperability all clients will have to be able to support an IPv4 endpoint. Any listening endpoints must be publicly communicable, so Circuit Relays, AutoNat, etc are not applicable. **Current Status in Prysm**