ipfs-rust / ipfs-embed

A small embeddable ipfs implementation
360 stars 48 forks source link

tcp: set reuse_port #73

Closed wngr closed 3 years ago

wngr commented 3 years ago

Makes it easier to restart ipfs_embed.

You think there are any downsides to enabling this?

dvc94ch commented 3 years ago

we can try again, but I disabled it because there were issues with it.

wngr commented 3 years ago

Let's give it a try.

dvc94ch commented 3 years ago

I'll give it a try after I fix the subscribe issue and added the netsim tests to ci, unless it's very urgent.

wngr commented 3 years ago

Sure, whenever it suits you.

dvc94ch commented 3 years ago

@wgnr what was the reason for this again? will there be a different set of problems by temporarily reverting this?

wngr commented 3 years ago

This was motivated by restarting the swarm after a settings change. But with the switch to tokio, maybe this is not necessary anymore.