Skip to content
Commit c10237e0 authored by David S. Miller's avatar David S. Miller
Browse files

Revert "ipv4: tcp: dont cache unconfirmed intput dst"



This reverts commit c074da28.

This change has several unwanted side effects:

1) Sockets will cache the DST_NOCACHE route in sk->sk_rx_dst and we'll
   thus never create a real cached route.

2) All TCP traffic will use DST_NOCACHE and never use the routing
   cache at all.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e440cf2c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment