ice: continue the checklist if send fails
This commit is contained in:
parent
e7bd36312f
commit
21715dd7a6
1 changed files with 3 additions and 0 deletions
|
@ -327,6 +327,9 @@ static void do_check(struct candpair *cp)
|
|||
if (err == ENOMEM) {
|
||||
abort_ice(cp->icem, err);
|
||||
}
|
||||
else {
|
||||
pace_next(cp->icem);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue