From efeaa5550e4bfd335396415958fe3615530e5d5c Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Fri, 3 May 2013 19:12:45 +0000 Subject: [PATCH] tcp: do not expire TCP fastopen cookies TCP metric cache expires entries after one hour. This probably make sense for TCP RTT/RTTVAR/CWND, but not for TCP fastopen cookies. Its better to try previous cookie. If it appears to be obsolete, server will send us new cookie anyway. Signed-off-by: Eric Dumazet Cc: Yuchung Cheng Cc: Neal Cardwell Signed-off-by: David S. Miller --- Reading git-format-patch failed