maidsafe-archive / crust

Reliable p2p network connections in Rust with NAT traversal. One of the most needed libraries for any server-less / decentralised projects
BSD 3-Clause "New" or "Revised" License
956 stars 127 forks source link

Remove hole punching code #1072

Closed povilasb closed 5 years ago

povilasb commented 5 years ago

Currently Crust has some NAT traversal code. Hole punching related code will be replaced with p2p crate which has more robust implementation.

  1. Remove any hole punching related code.
  2. Retain IGD implementation.
ustulation commented 5 years ago

https://github.com/maidsafe/crust/pull/1081