- 12 Jul, 2014 1 commit
-
-
Olivier Crête authored
Otherwise, the caller gets a callback from an unexpected source.
-
- 07 Jul, 2014 1 commit
-
-
If (agent->main_context == NULL) the sockets are created with a NULL main context, which they then try to ref. That does not end well.
-
- 17 May, 2014 4 commits
-
-
Olivier Crête authored
We want ICE-TCP to not have reliable behavior unless the agent is reliable otherwise it will confuse existing VoIP applications.
-
-
In the case of TCP-ACTIVE, we don't have a problem, because the new socket will generate a peer-reflexive candidate with the right sockptr, and all sends will go through it, but for TCP-PASSIVE, there is no peer reflexive candidates, so once the pair is selected, the local candidate will point to the TCP-PASSIVE candidate with the TCP_PASSIVE socket type which will cause all sends to fail, so we need to proxy them to the child connections
-
-