]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tcp/syncache: Set flowid and hash type properly for SYN|ACK
authorsephe <sephe@FreeBSD.org>
Fri, 29 Apr 2016 07:23:08 +0000 (07:23 +0000)
committersephe <sephe@FreeBSD.org>
Fri, 29 Apr 2016 07:23:08 +0000 (07:23 +0000)
commit798c273f049be68b6bccd10caaca41f8a0d7b718
tree81b2addd330337b5a9d4e9cb41c60a2058d24a8d
parent06b209e9f5a8dcaee81d632c1c5b3785a1ec6382
tcp/syncache: Set flowid and hash type properly for SYN|ACK

So the underlying drivers can use it to select the sending queue
properly for SYN|ACK instead of rolling their own hash.

Sponsored by: Microsoft OSTC
Differential Revision: https://reviews.freebsd.org/D6120
sys/netinet/tcp_syncache.c