libdatachannel icon indicating copy to clipboard operation
libdatachannel copied to clipboard

ICE and DTLS restart support

Open paullouisageneau opened this issue 4 years ago • 3 comments

ICE and DTLS restart support should be implemented.

Requires https://github.com/paullouisageneau/libjuice/issues/130

paullouisageneau avatar Jan 25 '22 22:01 paullouisageneau

+1

baerrus avatar Mar 11 '24 18:03 baerrus

hello, I total agree with that. i have been considering if there is a interface to set the timeout of heart beat between tow peers on any time.

sinFunc avatar Nov 08 '24 00:11 sinFunc

hello, I total agree with that. i have been considering if there is a interface to set the timeout of heart beat between tow peers on any time.

ICE restart support is unrelated to exposing timeout settings.

Note if there are datachannels, you can set the SCTP hearbeat interval with heartbeatInterval in SetSctpSettings() before creating the peer connection. You can also implement your own applicative timeouts.

paullouisageneau avatar Nov 09 '24 11:11 paullouisageneau