Pedro Teixeira
Pedro Teixeira
@dominictarr thanks so much for reaching out! This looks like it's just what is needed here, thank you for abstracting this into its own package! I'll take a look at...
@vyzo this is a bit obscure to me.. is there a place where this gossip-sub protocol is described in a more abstract / reusable way?
Also depends on fixing these issues: - [ ] https://github.com/libp2p/js-libp2p-websocket-star/issues/49 - [ ] https://github.com/libp2p/js-libp2p-tcp/issues/92
Also the UTP transport has the same issue: - [ ] https://github.com/libp2p/js-libp2p-utp/issues/76
@diasdavid there's an incongruence in [the interface-transport docs](https://github.com/libp2p/interface-transport#stop-a-listener): > options is an optional object that might contain the following properties: > * timeout - A timeout value (in ms) that...
@mkg20001 could you take a look at this?
Related to https://github.com/ipfs-shipyard/peer-pad/issues/178
@mkg20001 added you to the team. Could you accept assign yourself here?
@mkg20001 thank you!
Discovery is randomly throttled to not stress the network, but you can speed things up by setting `options.transport.maxThrottleDelayMS` to a lower number than then default of `5000`.