From 5a36062cc695e5c980b42eebc768619535fb314a Mon Sep 17 00:00:00 2001 From: Lars Gierth Date: Sun, 12 Mar 2017 03:37:15 +0100 Subject: [PATCH] Remove outdated roadmap --- roadmap.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 roadmap.md diff --git a/roadmap.md b/roadmap.md deleted file mode 100644 index 4214b57..0000000 --- a/roadmap.md +++ /dev/null @@ -1,18 +0,0 @@ -# go-libp2p Q2 roadmap - -- [ ] websockets transport to communicate with js-ipfs -- [ ] line switching for libp2p (relay) - - [ ] add config opt-in for relaying traffic - - [ ] add 'find indirect connections' logic to dht -- [ ] Pubsub - - [ ] ship initial implementation to libp2p - - [ ] ipfs 'flare' in go-ipfs -- [ ] NAT Traversal - - [ ] Goal: No "I can't connect to my other node" issues for two weeks - - [ ] address discovery issue ipfs/#2509 ipfs/#2413 - - [ ] testbed to simulate NAT scenarios - - [ ] command to clear dial backoff ipfs/#2456 -- [ ] libp2p connection closing - - [ ] figure out when we want to close connections - - [ ] select 'good' number of connections while idle (based on available resources?) -- [ ] fix mocknet issues #31 #32 -- GitLab