postech-dao / simperby

The ultimate BFT blockchain engine for decentralized organizations with powerful trustless interoperability.
MIT License
70 stars 38 forks source link

Add NAT traversal for UDP #519

Closed sejongk closed 8 months ago

sejongk commented 9 months ago

Closes #499 This PR adds NAT traversal for UDP.

You can find the working examples at: Server : https://github.com/sejongk/hole-punching-poc/blob/main/src/udp_server.rs Client: https://github.com/sejongk/hole-punching-poc/blob/main/src/udp_client.rs

@0xNarumi