dariusc93 / rust-ipfs

The InterPlanetary File System (IPFS), implemented in Rust.
Apache License 2.0
36 stars 7 forks source link

feat: Add AddPeerOpt #226

Closed dariusc93 closed 3 weeks ago

dariusc93 commented 1 month ago

AddPeerOpt will allow different options when it comes to adding a peer to the addressbook, including being able to dial/connect to the peer based on dial condition (which will use PeerCondition default option if one is not selected).