Do not ignore all other TCP options (eg. timestamp, window scaling)
when responding to TCP SYN packets with TCP_MD5 enabled and set. PR: kern/82963 Submitted by: <demizu at dd.iij4u.or.jp> MFC after: 3 days
This commit is contained in:
parent
17a8471fcd
commit
db1240661f
@ -983,7 +983,7 @@ syncache_add(inc, to, th, sop, m)
|
||||
* attempt to use it in syncache_respond().
|
||||
*/
|
||||
if (to->to_flags & TOF_SIGNATURE)
|
||||
sc->sc_flags = SCF_SIGNATURE;
|
||||
sc->sc_flags |= SCF_SIGNATURE;
|
||||
#endif
|
||||
|
||||
if (to->to_flags & TOF_SACK)
|
||||
|
Loading…
Reference in New Issue
Block a user