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

fix/example: load config from file #1137

Closed douglascaetano closed 5 years ago

douglascaetano commented 5 years ago

Reads config from file instead of generating it from the default values.

S-Coyle commented 5 years ago

Reviewed this from a QA perspective @douglascaetano and the max_size works perfectly 😄 With the change from TLRU to LRU I assume the timeout will shortly no longer be required, so didn't test that. Not officially approving as seems there is outstanding issues from Spandan's review above

ustulation commented 5 years ago

Merged in https://github.com/maidsafe/crust/pull/1141