HomeFreeBSD

In r338102, the TCP reassembly code was substantially restructured. Prior

Description

In r338102, the TCP reassembly code was substantially restructured. Prior
to this change, the code sometimes used a temporary stack variable to hold
details of a TCP segment. r338102 stopped using the variable to hold
segments, but did not actually remove the variable.

Because the variable is no longer used, we can safely remove it.

Approved by: re (gjb)

Details

Provenance
jtlAuthored on
Parents
rS339377: Update head from ALPHA9 to ALPHA10 as part of the 12.0-RELEASE
Branches
Unknown
Tags
Unknown