Skip to content

Commit

Permalink
fix(web-network): how NAT traversal works
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Jan 6, 2025
1 parent 6f22e52 commit 20b6146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes/Web/Network/NetworkBasicNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ User Datagram Protocol (RFC 768):
- 应该足够稳定以支持 2 分钟以上的交付延迟.
- 应该支持 IPv4 UDP 校验和, 必须支持 IPv6 校验和.
- 可以在需要时使用 `Keep-Alive` (最小间隔 15 秒).
- 基于 UDP 的 P2P 程序必须考虑 NAT (Network Address Translator) 穿透:
- 基于 UDP 的 P2P 程序必须考虑 [NAT (Network Address Translator) 穿透](https://tailscale.com/blog/how-nat-traversal-works):
- ICE: Interactive Connectivity Establishment.
- STUN: Session Traversal Utilities for NAT.
- TURN: Traversal Using Relays around NAT.
Expand Down

0 comments on commit 20b6146

Please sign in to comment.