algesten / str0m

A Sans I/O WebRTC implementation in Rust.
MIT License
317 stars 49 forks source link

feat(ice): make timeout values configurable #537

Closed thomaseizinger closed 3 months ago

thomaseizinger commented 3 months ago

This makes the 3 components that make up the ICE timeout configurable. I tried to add some documentation to the setters to the best of my understanding of how this works internally.

Resolves: #490.

xnorpx commented 3 months ago

Should this be available in RtcConfig as well? (I know we want tune some of these values)

algesten commented 3 months ago

Should this be available in RtcConfig as well? (I know we want tune some of these values)

Yeah. Let's make a follow up PR since Thomas doesn't use Rtc.