aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids/ccid3.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@mandriva.com>2005-08-21 04:07:37 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2005-08-29 19:03:18 -0400
commitc68e64cfb5ac675b002215b5659146b73d2e9d5d (patch)
treed975d49f4be2187002ae86e1f5a7a30956231697 /net/dccp/ccids/ccid3.h
parent33d043d65bbd3d97efca96c9bbada443cac3c4da (diff)
[CCID3]: Reintroduce ccid3hctx_t_rto
CCID3 keeps this variable in usecs, inet_connection_socks in jiffies, so to avoid Mars orbiter losses lets reintroduce ccid3hctx_t_rto 8) Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/ccids/ccid3.h')
-rw-r--r--net/dccp/ccids/ccid3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dccp/ccids/ccid3.h b/net/dccp/ccids/ccid3.h
index d2705fb74195..5ef72cda7cd7 100644
--- a/net/dccp/ccids/ccid3.h
+++ b/net/dccp/ccids/ccid3.h
@@ -80,6 +80,7 @@ struct ccid3_hc_tx_sock {
80 struct timer_list ccid3hctx_no_feedback_timer; 80 struct timer_list ccid3hctx_no_feedback_timer;
81 struct timeval ccid3hctx_t_ld; 81 struct timeval ccid3hctx_t_ld;
82 struct timeval ccid3hctx_t_nom; 82 struct timeval ccid3hctx_t_nom;
83 u32 ccid3hctx_t_rto;
83 u32 ccid3hctx_t_ipi; 84 u32 ccid3hctx_t_ipi;
84 u32 ccid3hctx_delta; 85 u32 ccid3hctx_delta;
85 struct list_head ccid3hctx_hist; 86 struct list_head ccid3hctx_hist;