X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Ftcp.h;h=746994bfb216a471169eaaeead3b8c859df933ff;hb=08559aee03be26f1300e0b97f98cf5975095ec7a;hp=9ed5fac6cb99154f135558edb8ba1df64b023521;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 9ed5fac6c..746994bfb 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -385,7 +385,7 @@ struct tcp_opt { /* FIFO of established children */ struct open_request *accept_queue; #ifndef CONFIG_ACCEPT_QUEUES - struct open_request *accept_queue_tail; + 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 */ @@ -437,7 +437,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