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

libp2p implementation in Go

Results 382 go-libp2p issues
Sort by recently updated
recently updated
newest added
trafficstars

We should provide more inspection tools for users to make it easier for users to inspect resource manager usage. I have 3 specific items in mind. - [ ] Provide...

## 🗺 What's left for release - [x] https://github.com/libp2p/go-yamux/issues/129 - [x] Address comment in https://github.com/libp2p/go-libp2p/pull/3293#issuecomment-2913913207 - [X] https://github.com/libp2p/go-libp2p/issues/3265 - [ ] ## Deferred - [ ] https://github.com/libp2p/go-libp2p/pull/2950 ## 🔦 Highlights...

We associate a transport when [listening](https://github.com/libp2p/go-libp2p/blob/1f6232db191f07c4de212dea7b7fa13fb524ddc6/p2p/transport/quicreuse/connmgr.go#L184), but we aren't cleaning up the association when the listener is closed.

help wanted
exp/intermediate
effort/hours

Implements WebAssembly support for the WebTranport transport based on https://github.com/libp2p/go-libp2p/pull/2191 I've also added an example to demonstrate connecting to a remote libp2p WT node, it works in Chrome live demo:...

Add IPv6 tests to transport integration tests Should ideally fix #2510 after completion