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 PrivConnectionInfo #1147

Open ustulation opened 5 years ago

ustulation commented 5 years ago

Without HolePunching in Crust for Fleming PubConnectionInfo is identical to PrivConnectionInfo. Hence remove the latter and refactor all the related tests, examples and API accordingly.