Start Timer T1 when sending I frames

This commit is contained in:
XANTRONIX Development 2020-07-31 01:39:21 -04:00 committed by XANTRONIX Industrial
parent e432d57ff3
commit a619bc4906

View file

@ -1701,6 +1701,11 @@ static int handle_sock(uint32_t key,
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:
return 0;