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 126 forks source link

fix/example: remove external reachability requirement #1123

Closed povilasb closed 5 years ago

povilasb commented 5 years ago

By default Crust requires nodes to be externally reachable. Although, that can be disabled. There's no point of this requirement in the test, hence disabled it.

douglascaetano commented 5 years ago

Fixed on PR #1141.