Use consistent indentation of SYN-cookie related counters, which belong to the SYN-cache container,
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I don't fully accept this change. Cookies & syncache are two different modules from sysadmin's view, although massively intertwined inside the implementation.
What about indenting only the three lower lines but keep cookies sent at the zero indentation, so it acts as a header? Just as syncache entries added acts as a header for the syncache module.
Comment Actions
That was my original change, but wasn't sure if it OK to create a new container. Will update the patch.
Comment Actions
Haven't checked the actual output of the new version, but looks like the desired change.