Skip to content

issues Search Results · repo:libp2p/go-libp2p-transport language:Go

Filter by

11 results
 (113 ms)

11 results

inlibp2p/go-libp2p-transport (press backspace or delete to remove)

Even though there s a race, the race detector somehow provokes a test failure by panic: *** go test -v -race -coverprofile=coverage.eaafb277f32e515d.txt -covermode=atomic github.com/libp2p/go-tcp-transport ...
  • raulk
  • 2
  • Opened 
    on Mar 1, 2019
  • #44

Currently, DialTimeout is defined both here and in go-libp2p-swarm. However, only the version in go-libp2p-swarm is used. The tricky part is that this package also defines AcceptTimeout, which is used ...
  • Stebalien
  • 7
  • Opened 
    on Jun 7, 2018
  • #32

It makes updating things like the peerstore a bit difficult.
  • Stebalien
  • Opened 
    on Mar 13, 2018
  • #30

- [x] Remove DialContext and add a context parameter to Dial. - [ ] Add a SetAddrFilters method to Listener. Let s push this down as far as we can go. - [ ] Figure out naming. This package is really ...
  • Stebalien
  • 1
  • Opened 
    on Oct 31, 2017
  • #23

This is an alternative to #17. Instead of introspecting transports in https://github.com/libp2p/go-libp2p-conn to see what features they support, we can require that all transports support all features: ...
  • Stebalien
  • 11
  • Opened 
    on Sep 12, 2017
  • #21

We need to move the utp and tcp implementations of the transport here out of this package. The fallback dialer can stay in, and the only reason i want the tcp one extracted is because it uses reuseport. ...
help wanted
  • whyrusleeping
  • 1
  • Opened 
    on Sep 20, 2016
  • #14

This library uses github.com/anacrolix/utp .Addr, which does not exist, here and here. What is this about?
  • keks
  • 2
  • Opened 
    on Sep 17, 2016
  • #12

We already have the SetConnHandler interface in other parts of libp2p, and some transports (websockets) fit much more nicely with this style. We should consider adding that interface as an optional way ...
difficulty:hard
discussion
enhancement
help wanted
  • whyrusleeping
  • 7
  • Opened 
    on Aug 25, 2016
  • #8

The utp code (which isnt currently used by default in ipfs) should live in its own repo so it can be independantly tested and maintained.
help wanted
libp2p-ms2
  • whyrusleeping
  • 1
  • Opened 
    on Aug 24, 2016
  • #7

It appears that CI is broken on this repo
help wanted
libp2p-backlog
libp2p-ms2
  • whyrusleeping
  • 1
  • Opened 
    on Jun 24, 2016
  • #5
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub