patch-2.1.2 linux/net/ipv4/tcp_output.c
Next file: linux/net/unix/af_unix.c
Previous file: linux/net/ipv4/tcp_input.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Oct 8 14:57:41 1996
- Orig file:
v2.1.1/linux/net/ipv4/tcp_output.c
- Orig date:
Mon Sep 2 08:41:24 1996
diff -u --recursive --new-file v2.1.1/linux/net/ipv4/tcp_output.c linux/net/ipv4/tcp_output.c
@@ -264,7 +264,7 @@
* Queue a partial frame
*/
-void tcp_enqueue_partial(struct sk_buff * skb, struct sock * sk)
+void tcp_enqueue_partial(struct sock * sk, struct sk_buff * skb)
{
struct sk_buff * tmp;
unsigned long flags;
@@ -895,7 +895,7 @@
timeout = 0;
timeout += jiffies;
- /* Use new timeout only if there wasn't a older one earlier */
+ /* Use new timeout only if there wasn't an older one earlier */
if (!del_timer(&sk->delack_timer) || timeout < sk->delack_timer.expires)
sk->delack_timer.expires = timeout;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov