Poll with RR when V(S) = V(A) + k
This commit is contained in:
parent
a5d74ecf2e
commit
d43d24a934
1 changed files with 1 additions and 1 deletions
|
@ -2122,7 +2122,7 @@ static int handle_sock(uint32_t key,
|
||||||
patty_timer_stop(&sock->timer_t3);
|
patty_timer_stop(&sock->timer_t3);
|
||||||
patty_timer_start(&sock->timer_t1, sock->n_ack);
|
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) {
|
if ((len = read(sock->fd, sock->rx_buf, sock->n_maxlen_rx)) < 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue