Start Timer T1 when sending I frames
This commit is contained in:
parent
e432d57ff3
commit
a619bc4906
1 changed files with 5 additions and 0 deletions
|
@ -1701,6 +1701,11 @@ static int handle_sock(uint32_t key,
|
||||||
goto error_sock_write;
|
goto error_sock_write;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* AX.25 v2.2, Section 6.4.1 "Sending I Frames"
|
||||||
|
*/
|
||||||
|
patty_timer_start(&sock->timer_t1, &server->timer, sock->n_ack);
|
||||||
|
|
||||||
done:
|
done:
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue