algesten / str0m

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

Configurable ICE timeout values #490

Closed thomaseizinger closed 3 months ago

thomaseizinger commented 6 months ago

Currently, these are constants: https://github.com/algesten/str0m/blob/2326934668e0a81aafe3e42ff1ecbff2f033c5a5/src/io/stun.rs#L11-L14

Could we make these configurable at runtime via the IceAgent? Our fork currently adjusts these which makes it a bit tedious to keep rebasing :)

algesten commented 6 months ago

Of course. Make setters!