'ICE candidate gathering and connection attempts, finalizing the candidate pair at each end
client-local ICE | client-remote ICE | server-local ICE | server-remote |
---|---|---|---|
host eth | host eth | host eth | host eth |
host wifi | srflx eth | srflx eth | host wifi |
srflx eth | relay eth | relay eth | srflx eth |
srflx wifi | srflx wifi | ||
relay eth | relay eth | ||
relay wifi | relay wifi |
18 ICE pair for each = 18 * 2 = 36
Will Client (who sent offer) always establish connection to server? In that case , will my server (who sent answer) never attempts connection to client?
In this example, each client and server can make 18 connection attempts each. At the end, I will have total of 36 connections made by both client and server in the worst case. Is it true?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|