The syncookie_expand() is called from syncookie_cmp() in INVARIANTS mode
to confirm that values calculated via syncookies mechanism match those
stored in the syncache entry. This creates a counting bug, that with
INVARIANTS every successful use of syncache also counts as use of a
syncookie.
Details
Details
- Reviewers
tuexen - Group Reviewers
transport - Commits
- rG3ed8d5645dd4: tcp: increase tcps_sc_recvcookie only in the syncache_expand()
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable