commit | be94527a39bf9a5b3c0e80be8fafb11118dea00e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Aug 16 15:54:17 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Aug 16 15:54:17 2020 +0200 |
tree | d410822a9843c3a5319edd34c5466174c62d5e2f | |
parent | 53533922b12fec1dab3f4534d63d089483ffb97d [diff] |
WIP: tcp: reuse incoming skb hash in tcp_conn_request() From Eric: "looking more closely to tcp_conn_request(), there might be a way to remove the prandom_u32() call when we generate a syncookie, reflecting incoming skb hash (if already populated)"