commit | 149479d019e06df5a7f4096f95c00cfb1380309c | [log] [tgz] |
---|---|---|
author | Yuchung Cheng <ycheng@google.com> | Thu Aug 08 14:06:22 2013 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 10 00:35:33 2013 -0700 |
tree | 693d54479d3377a5b4bd7ddfb61394f26706defd | |
parent | 469230d118dc0822f6bf46c75ab147fa9f00741f [diff] |
tcp: add server ip to encrypt cookie in fast open Encrypt the cookie with both server and client IPv4 addresses, such that multi-homed server will grant different cookies based on both the source and destination IPs. No client change is needed since cookie is opaque to the client. Signed-off-by: Yuchung Cheng <ycheng@google.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Acked-by: Neal Cardwell <ncardwell@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>