Skip to content

conncheck: send keepalive for candidates until connected state

  • This patch updates the state of the connection check when we stop sending keepalive messages to keep all local host udp candidates alive, for sending keepalive only for the selected pair instead. It seems that the selected pair is established when the state moves to "connected". State "ready" happens a bit later, when all other candidates pairs have been tested. (RFC 8445, section 11. "Keepalives")

  • This patch also improves the debug messages related to keepalives, by displaying which address:port and which stream/component are concerned.

Edited by Olivier Crête

Merge request reports