mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 00:29:21 +00:00
update ICE to draft-19
Use real connectivity check states and procedure to nominate the candidate pair. git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@303 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
c6e5ffbd90
commit
2b85a0216f
1 changed files with 1 additions and 1 deletions
|
|
@ -998,7 +998,7 @@ int ice_process_stun_message(RtpSession *session, struct IceCheckList *checklist
|
|||
/* what is my base address? */
|
||||
new_pair.local_candidate.rel_port = cand_pair->local_candidate.conn_port;
|
||||
snprintf(new_pair.local_candidate.rel_addr, sizeof(new_pair.local_candidate.rel_addr),
|
||||
"%s", cand_pair->local_candidate.conn_port);
|
||||
"%s", cand_pair->local_candidate.conn_addr);
|
||||
|
||||
new_pair.local_candidate.conn_port = mappedAddr.port;
|
||||
snprintf(new_pair.local_candidate.conn_addr, sizeof(new_pair.local_candidate.conn_addr),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue