dariusc93 / rust-ipfs

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

feat: Add AddPeerOpt::{set_keepalive, keepalive, can_keep_alive) #240

Closed dariusc93 closed 2 weeks ago

dariusc93 commented 2 weeks ago

This PR adds an option to keep the peer connection alive when added to the address book.

Note: