github webrtc-rs/webrtc v0.20.0

3 hours ago

What's Changed

  • update example data-channels-flow-control by @zhao-gang in #783
  • perf: eliminate tokio scheduler overhead on the data-channel send path (#101) by @StefanoD in #813
  • perf(driver): burst-read the udp socket to batch the SCTP receive path by @StefanoD in #815
  • feat(datachannel): opt-in send back-pressure (writable / try_send) to bound peak RSS by @StefanoD in #817
  • perf(driver): UDP GSO send + GRO receive batching via quinn-udp by @StefanoD in #820
  • feat(runtime): bounded shared reactor pool + configurable SCTP receive window by @StefanoD in #819
  • fix(driver): only announce peer-opened channels through on_data_channel by @yexiyue in #825
  • fix(peer_connection): export the stats types get_stats names by @yexiyue in #828
  • Fix ICE server updates after set_configuration by @alinejun in #832
  • clean up stale data channel event senders on drop by @dimitri-lenkov in #833
  • wake writes after create_data_channel by @dimitri-lenkov in #834

New Contributors

Full Changelog: v0.17.0...v0.20.0

Don't miss a new webrtc release

NewReleases is sending notifications on new releases.