koinos / koinos-p2p

The p2p microservice orchestrates the distribution of blocks and transactions between peers.
MIT License
6 stars 4 forks source link

Investigate NAT Traversal Corner Cases #123

Closed mvandeberg closed 3 years ago

mvandeberg commented 3 years ago

In #62 we were able to successfully connect exchanged peers behind NAT, but not in all cases. The code is usable, but has some corner cases. We need to do further investigation on whether these corner cases are problems in our p2p implementation or in the user's network configuration.

mvandeberg commented 3 years ago

NAT Traversal general case is handled.