diff options
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-08-21 10:07:37 +0200 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-08-30 01:03:18 +0200 |
commit | c68e64cfb5ac675b002215b5659146b73d2e9d5d (patch) | |
tree | d975d49f4be2187002ae86e1f5a7a30956231697 /net/dccp/ccids/ccid3.h | |
parent | [IPV4]: ip_finish_output() can be inlined (diff) | |
download | linux-c68e64cfb5ac675b002215b5659146b73d2e9d5d.tar.xz linux-c68e64cfb5ac675b002215b5659146b73d2e9d5d.zip |
[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.h | 1 |
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 { struct timer_list ccid3hctx_no_feedback_timer; struct timeval ccid3hctx_t_ld; struct timeval ccid3hctx_t_nom; + u32 ccid3hctx_t_rto; u32 ccid3hctx_t_ipi; u32 ccid3hctx_delta; struct list_head ccid3hctx_hist; |