]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/tcp.h
[TCP]: Limit processing lost_retrans loop to work-to-do cases
[linux-2.6-omap-h63xx.git] / include / linux / tcp.h
index 9ff456e8d6c7f0d8bd6dfbdfdadba9f8279490b6..c5b94c1a5ee288885e639182a34484aa090ceeb1 100644 (file)
@@ -348,6 +348,8 @@ struct tcp_sock {
        int     lost_cnt_hint;
        int     retransmit_cnt_hint;
 
+       u32     lost_retrans_low;       /* Sent seq after any rxmit (lowest) */
+
        u16     advmss;         /* Advertised MSS                       */
        u16     prior_ssthresh; /* ssthresh saved at recovery start     */
        u32     lost_out;       /* Lost packets                 */