patch-1.3.63 linux/net/ipv4/tcp_timer.c
Next file: linux/net/socket.c
Previous file: linux/net/ipv4/tcp_output.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Wed Feb 14 09:26:26 1996
- Orig file:
v1.3.62/linux/net/ipv4/tcp_timer.c
- Orig date:
Sun Feb 11 15:32:49 1996
diff -u --recursive --new-file v1.3.62/linux/net/ipv4/tcp_timer.c linux/net/ipv4/tcp_timer.c
@@ -40,6 +40,8 @@
}
/*
+ * POLICY:
+ *
* This is the normal code called for timeouts. It does the retransmission
* and then does backoff. tcp_do_retransmit is separated out because
* tcp_ack needs to send stuff from the retransmit queue without
@@ -76,6 +78,9 @@
}
/*
+ * POLICY:
+ * Congestion control.
+ *
* A timer event has trigger a tcp retransmit timeout. The
* socket xmit queue is ready and set up to send. Because
* the ack receive code keeps the queue straight we do
@@ -101,7 +106,7 @@
}
/*
- * A write timeout has occurred. Process the after effects.
+ * A write timeout has occurred. Process the after effects. BROKEN (badly)
*/
static int tcp_write_timeout(struct sock *sk)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this