ipfs/kubo

Scale deadlines and timeouts off one variable

Open

#3.456 aberto em 1 de dez. de 2016

Ver no GitHub
 (1 comment) (1 reaction) (0 assignees)Go (2.725 forks)batch import
help wantedtopic/libp2p

Métricas do repositório

Stars
 (13.906 stars)
Métricas de merge de PR
 (Mesclagem média 4d 2h) (28 fundiu PRs em 30d)

Description

IPFS is supposed to be interplanetary, with us setting timeouts for X minutes in multiple places it will be hard to get it running for interplanetary distances.

What I suggest is package with defined interface of timeouts, like connection timeout, time to live timeout and maybe "long" timeout. That then can be just change if someone wants to run IPFS on higher latency.

Guia do colaborador