sukun
sukun
Follow up to #49 Just like creating a new timer, a timer Reset should also fire the timer immediately.
### Your environment. - Version: 3.x ### What did you do? libp2p is a peer to peer networking library used in IPFS among other things. We are using webrtc in...
In dropping support for go1.20 I came across `crypto.GenerateEKeyPair`. https://github.com/libp2p/go-libp2p/blob/master/core/crypto/key.go#L129 It looks like no one is using this and some time in the past it was used for SECIO. It...
Keeping with the last two go versions policy, we should upgrade to go1.21 as the minimum version.
part of #2656 This removes the control message queue because that only ever adds 500 bytes to the queue. This will not cause too much HOL Blocking for other streams....
```[tasklist] ### Tasks - [x] Implement FIN_ACK spec: https://github.com/libp2p/specs/pull/582 - [ ] https://github.com/libp2p/go-libp2p/issues/2614 - [ ] https://github.com/libp2p/go-libp2p/issues/1917 - [x] Remove Experimental tag: https://github.com/libp2p/go-libp2p/issues/2657 - [x] Share the same UDP socket...
## 🗺 What's left for release ### ETA: Week of Feb 19 WebRTC: - [ ] #2615 Misc: - [x] #2650 QUIC: - [ ] update quic-go to v0.41.0 Optional...
Currently WebRTC has been deployed with an experimental tag and has the following caveat: https://github.com/libp2p/go-libp2p/blob/master/p2p/transport/webrtc/transport.go#L4-L7 ``` // While we're fairly confident that the implementation correctly implements the specification, // we're...