enable floppy module generation for boot cd
[linux-2.6.git] / include / linux / tcp.h
index aee265d..9ed5fac 100644 (file)
@@ -387,7 +387,6 @@ struct tcp_opt {
 #ifndef CONFIG_ACCEPT_QUEUES
        struct open_request     *accept_queue_tail;
 #endif
-
        unsigned int            keepalive_time;   /* time before keep alive takes place */
        unsigned int            keepalive_intvl;  /* time interval between keep alive probes */
        int                     linger2;
@@ -438,6 +437,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