dariusc93 / rust-ipfs

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

refactor: Simplify bitswap `WantSession` #234

Closed dariusc93 closed 3 months ago

dariusc93 commented 3 months ago

This PR simplifies some parts of bitswap WantSession by:

Additionally, we will only track the connection id as the behaviour would have no need to track the addresses themselves.