From 377790f65a27f123ba6ed971ef7b761d0dac0845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilpo=20J=C3=A4rvinen?= Date: Mon, 15 Oct 2007 12:59:43 -0700 Subject: [PATCH] --- yaml --- r: 69435 b: refs/heads/master c: f78a1b389288d8327db5a0f4526935b0da1d0967 h: refs/heads/master i: 69433: 276484a29b9e3eac3410eb5d750bfcf02b97c5af 69431: d98f574222d81aa8d804b7da1ee77dd2fec53576 v: v3 --- [refs] | 2 +- trunk/include/linux/tcp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2c8256141d35..b06279652ff7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d603d0ab863245050025a79a1f14ff84f2222f09 +refs/heads/master: f78a1b389288d8327db5a0f4526935b0da1d0967 diff --git a/trunk/include/linux/tcp.h b/trunk/include/linux/tcp.h index c5b94c1a5ee2..bac17c59b24e 100644 --- a/trunk/include/linux/tcp.h +++ b/trunk/include/linux/tcp.h @@ -315,7 +315,7 @@ struct tcp_sock { */ u32 snd_ssthresh; /* Slow start size threshold */ u32 snd_cwnd; /* Sending congestion window */ - u16 snd_cwnd_cnt; /* Linear increase counter */ + u32 snd_cwnd_cnt; /* Linear increase counter */ u32 snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */ u32 snd_cwnd_used; u32 snd_cwnd_stamp;