go-libp2p icon indicating copy to clipboard operation
go-libp2p copied to clipboard

libp2p implementation in Go

Results 287 go-libp2p issues
Sort by recently updated
recently updated
newest added

See https://github.com/libp2p/go-libp2p/runs/7748159717?check_suite_focus=true. @laurentsenta, could you have a look please?

kind/bug
P2

``` === RUN TestResourceManagerConnInbound rcmgr_test.go:79: expected ResourceManager to block incoming connection --- FAIL: TestResourceManagerConnInbound (3.76s)

kind/bug

https://github.com/libp2p/go-libp2p/runs/7748138576?check_suite_focus=true ``` === RUN TestMaxAge autorelay_test.go:404: Error Trace: /home/runner/work/go-libp2p/go-libp2p/p2p/host/autorelay/autorelay_test.go:404 Error: Condition never satisfied Test: TestMaxAge --- FAIL: TestMaxAge (6.52s)

kind/bug
P0

https://github.com/libp2p/go-libp2p/runs/7748150365?check_suite_focus=true ``` === RUN TestReservationFailures === RUN TestReservationFailures/unsupported_protocol 2022/08/09 14:31:47 failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size for details....

kind/bug
P2

## 🗺 What's left for release ### AutoRelay Polling * [x] https://github.com/libp2p/go-libp2p/pull/1569 ### Consolidation Tracking issue: #1556 ### Misc * [ ] https://github.com/libp2p/go-libp2p/pull/1576 * [ ] https://github.com/libp2p/go-libp2p/issues/1597 * [ ]...

https://github.com/libp2p/go-libp2p/runs/7157818312?check_suite_focus=true ``` === RUN TestHandshakeConnectionCancelations/cancel_outgoing_connection transport_test.go:178: Error Trace: D:\a\go-libp2p\go-libp2p\p2p\security\tls\transport_test.go:178 Error: An error is expected but got nil. Test: TestHandshakeConnectionCancelations/cancel_outgoing_connection === RUN TestHandshakeConnectionCancelations/cancel_incoming_connection --- FAIL: TestHandshakeConnectionCancelations (2.08s) --- FAIL: TestHandshakeConnectionCancelations/cancel_outgoing_connection (0.26s)...

kind/bug

This PR implements the webrtc transport spec according to https://github.com/libp2p/specs/pull/412 . This PR is not yet ready for review. The webrtc protocol for multiaddr is implemented in this PR and...

**Problem** I have a relay v2 running on a public accessible server, and an p2p application behind a NAT that uses libp2p. We use the option `autorelay.WithStaticRelays` in the client...

P2