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

feat(webrtc): increase max message size to 256kiB

Open guillaumemichel opened this issue 6 months ago • 0 comments

Description

Increasing WebRTC max message size from 16 kiB to 256 kiB after fix browser bugs.

Context: https://github.com/libp2p/specs/pull/628

Notes & open questions

To be merged after https://github.com/libp2p/specs/pull/628 is merged.

Change checklist

  • [x] I have performed a self-review of my own code
  • [x] I have made corresponding changes to the documentation
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [x] A changelog entry has been made in the appropriate crates

guillaumemichel avatar Sep 03 '24 12:09 guillaumemichel