paullouisageneau / libjuice

JUICE is a UDP Interactive Connectivity Establishment library
Mozilla Public License 2.0
426 stars 80 forks source link

Do not limit retransmissions if selected pair is relayed #182

Closed paullouisageneau closed 2 years ago

paullouisageneau commented 2 years ago

This PR disables limiting of retransmissions if the selected pair involves a relay. This should help when signaling is very slow, for instance when forwarding descriptions manually, otherwise the answerer may settle for the relay too early with filtered NATs.

Mitigation for https://github.com/paullouisageneau/libjuice/issues/180