Compare commits
3 Commits
v1.1
..
23dea395d3
| Author | SHA1 | Date | |
|---|---|---|---|
| 23dea395d3 | |||
| 8f2c66c195 | |||
| 6898f946fa |
@@ -1,9 +1,13 @@
|
|||||||
# Pea 2 Pea
|
# Pea 2 Pea
|
||||||
very simple P2P VPN(Virtual Network yes, Private maybe),
|
very simple P2P VPN(Virtual Network yes, Private maybe),
|
||||||
this program is intended to help you play LAN games over internet
|
this program is intended to help you play LAN games over internet and as proof of concept
|
||||||
when all clients are behind Full-cone NAT, does not work with clients behind Symmetric NAT
|
when all clients are behind Full-cone NAT, does not work with clients behind Symmetric NAT
|
||||||
at least for now
|
at least for now
|
||||||
|
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
> Piercing NAT may fail based on network configuration
|
||||||
|
|
||||||
## how to run
|
## how to run
|
||||||
> install rustc and cargo or rustup, you will need 2024 edition
|
> install rustc and cargo or rustup, you will need 2024 edition
|
||||||
> build using
|
> build using
|
||||||
|
|||||||
Reference in New Issue
Block a user