Merge to Fedora Core 2 kernel-2.6.8-1.521
[linux-2.6.git] / include / linux / tcp.h
index aee265d..9cdf696 100644 (file)
@@ -438,6 +438,7 @@ struct tcp_opt {
                __u32   cnt;            /* increase cwnd by 1 after this number of ACKs */
                __u32   last_max_cwnd;  /* last maximium snd_cwnd */
                __u32   last_cwnd;      /* the last snd_cwnd */
+               __u32   last_stamp;     /* time when updated last_cwnd */
        } bictcp;
 
 #ifdef CONFIG_ACCEPT_QUEUES