Pedro Teixeira

Results 191 comments of Pedro Teixeira

This should be a configurable libp2p option, not sure it exists. @satazor mind finding/asking there?

@victorb are you talking about public static content pinning? Or private?

@victorb if the content is public, could we use the IPFS pinning interface instead?

@victorb I see, makes sense. Implementation idea: instead of the peer having to contact the pinner directly, we could make the pinning collaborative: the files to pin are kept inside...

I believe this is a js-ipfs issue. described [here](https://github.com/ipfs/js-ipfs/issues/1502).

In theory if you don't use direct messages, you can, but I haven't tried.

The peer count estimate is at the app level, not collaboration. At the collaboration level, it's hard to know that we're alone for sure. In this case, I think that...

`options.targetGlobalMembershipGossipFrequencyMS` is a target average. The real value is `Math.random() * options.targetGlobalMembershipGossipFrequencyMS * 2`, hence the `2`. Makes sense?

I agree. I'm thinking of an event named something like `probably alone`, that will be fired only once in the lifetime of this collaboration, once this timeout has occurred. @satazor...