sukun

Results 64 issues of sukun

WebRTC data channel close is a synchronous close procedure. We close our outgoing stream, in response the peer is expected to close its outgoing stream. If the peer doesn't close...

Currently there's an inconsistency between `swarm.NewStream` and `swarm.DialPeer`. `swarm.NewStream` returns `ErrTransientConn` when no unlimited connection to the peer exists. `swarm.DialPeer` returns the transient connection even when no `network.WithUseTransient` option is...

kind/bug

Currently we are testing against versions v0.45 and v0.46 which are about four months old. We should add the latest versions while we work on automating this step.

`quic-go` provides the ability to gate connections with the `config.GetConfigForClient` callback and to verify the source address of packets with `transport.VerifySourceAddress` callback. We should `GetConfigForClient` this to rate limit new...

kind/enhancement

It is difficult to test this since there are no clients in the wild to test against. I am tracking ip version, transport, dial data required, response status, dial status...

This has failed quite a few times: most recently here: https://github.com/libp2p/go-libp2p/actions/runs/9464188558/job/26070983192?pr=2801

When running a dht node which advertises only `/dns` addresses, I see that my node is not getting any incoming connections and the outgoing connections are eventually closed as well,...