Skip to content

Commit

Permalink
Update p2p-network.md fix typo frewall -> firewall (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
scrypt-kitty authored and iduartgomez committed Dec 30, 2024
1 parent f8f4df7 commit caa85be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/architecture/p2p-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ location is derived from the peer's IP address.

Every Freenet peer, also referred to as a node, forms two-way connections with a
set of other peers, termed "neighbors." These connections utilize the User
Datagram Protocol (UDP) and can do [Frewall hole punching](<https://en.wikipedia.org/wiki/Hole_punching_(networking)>) when necessary. Peers manage their resource usage —
Datagram Protocol (UDP) and can do [Firewall hole punching](<https://en.wikipedia.org/wiki/Hole_punching_(networking)>) when necessary. Peers manage their resource usage —
bandwidth, memory, CPU, and storage — based on limits set by the user.

## Adaptive behavior
Expand Down

0 comments on commit caa85be

Please sign in to comment.