rust-libp2p
rust-libp2p copied to clipboard
feat(webrtc): increase max message size to 256kiB
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