Start Timer T3 when starting Timer T1 after expiry
Start Timer T3 when starting Timer T1 after expiry, to avoid a situation wherein two RR command polling frames may be sent within close proximity of one another
This commit is contained in:
parent
99a48af087
commit
df9efb8b3a
1 changed files with 1 additions and 0 deletions
|
@ -2164,6 +2164,7 @@ static int handle_sock(uint32_t key,
|
|||
|
||||
sock->retries--;
|
||||
patty_timer_start(&sock->timer_t1);
|
||||
patty_timer_start(&sock->timer_t3);
|
||||
|
||||
return ret;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue