patch-2.1.68 linux/net/x25/x25_in.c
Next file: linux/net/x25/x25_out.c
Previous file: linux/net/x25/x25_dev.c
Back to the patch index
Back to the overall index
- Lines: 44
- Date:
Sun Nov 30 14:00:40 1997
- Orig file:
v2.1.67/linux/net/x25/x25_in.c
- Orig date:
Mon Jul 7 08:20:00 1997
diff -u --recursive --new-file v2.1.67/linux/net/x25/x25_in.c linux/net/x25/x25_in.c
@@ -174,6 +174,7 @@
sk->protinfo.x25->vr = 0;
sk->protinfo.x25->va = 0;
sk->protinfo.x25->vl = 0;
+ x25_requeue_frames(sk);
break;
case X25_CLEAR_REQUEST:
@@ -199,11 +200,9 @@
sk->protinfo.x25->vl = 0;
sk->protinfo.x25->state = X25_STATE_4;
} else {
- if (sk->protinfo.x25->condition & X25_COND_PEER_RX_BUSY) {
- sk->protinfo.x25->va = nr;
- } else {
- x25_check_iframes_acked(sk, nr);
- }
+ x25_frames_acked(sk, nr);
+ if (frametype == X25_RNR)
+ x25_requeue_frames(sk);
}
break;
@@ -221,11 +220,7 @@
sk->protinfo.x25->state = X25_STATE_4;
break;
}
- if (sk->protinfo.x25->condition & X25_COND_PEER_RX_BUSY) {
- sk->protinfo.x25->va = nr;
- } else {
- x25_check_iframes_acked(sk, nr);
- }
+ x25_frames_acked(sk, nr);
if (sk->protinfo.x25->condition & X25_COND_OWN_RX_BUSY)
break;
if (ns == sk->protinfo.x25->vr) {
@@ -298,6 +293,7 @@
sk->protinfo.x25->vs = 0;
sk->protinfo.x25->vl = 0;
sk->protinfo.x25->state = X25_STATE_3;
+ x25_requeue_frames(sk);
break;
case X25_CLEAR_REQUEST:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov