Poll with RR when V(S) = V(A) + k

This commit is contained in:
XANTRONIX Development 2020-08-16 19:28:59 -04:00 committed by XANTRONIX Industrial
parent a5d74ecf2e
commit d43d24a934

View file

@ -2122,7 +2122,7 @@ static int handle_sock(uint32_t key,
patty_timer_stop(&sock->timer_t3);
patty_timer_start(&sock->timer_t1, sock->n_ack);
return 0;
return patty_ax25_sock_send_rr(sock, PATTY_AX25_FRAME_COMMAND, 1);
}
if ((len = read(sock->fd, sock->rx_buf, sock->n_maxlen_rx)) < 0) {