tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open side
[pandora-kernel.git] / include / linux / tcp.h
index e64f4c6..531ede8 100644 (file)
@@ -282,6 +282,7 @@ struct tcp_request_sock {
 #endif
        u32                             rcv_isn;
        u32                             snt_isn;
+       u32                             snt_synack; /* synack sent time */
 };
 
 static inline struct tcp_request_sock *tcp_rsk(const struct request_sock *req)