Adhere to P/F procedure on I frames
This commit is contained in:
parent
bdbab9c5e7
commit
d88e8512b8
1 changed files with 2 additions and 1 deletions
|
@ -1621,7 +1621,8 @@ static int handle_i(patty_ax25_server *server,
|
||||||
|
|
||||||
patty_timer_stop(&sock->timer_t2);
|
patty_timer_stop(&sock->timer_t2);
|
||||||
|
|
||||||
return patty_ax25_sock_send_rr(sock, PATTY_AX25_FRAME_RESPONSE, 0);
|
return frame->pf?
|
||||||
|
patty_ax25_sock_send_rr(sock, PATTY_AX25_FRAME_RESPONSE, 1): 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
patty_timer_start(&sock->timer_t2);
|
patty_timer_start(&sock->timer_t2);
|
||||||
|
|
Loading…
Add table
Reference in a new issue