This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / tcp.h
index 9ed5fac..aee265d 100644 (file)
@@ -387,6 +387,7 @@ 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;
@@ -437,7 +438,6 @@ 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