Page MenuHomeFreeBSD

Adjust line length in tcp_prr_partialack
ClosedPublic

Authored by rscheff on Jan 25 2021, 11:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 8, 1:11 AM
Unknown Object (File)
Mon, Jan 27, 8:13 PM
Unknown Object (File)
Sun, Jan 26, 7:41 PM
Unknown Object (File)
Sat, Jan 25, 8:14 PM
Unknown Object (File)
Sat, Jan 25, 8:14 PM
Unknown Object (File)
Sat, Jan 25, 7:33 PM
Unknown Object (File)
Sat, Jan 18, 3:24 PM
Unknown Object (File)
Jan 10 2025, 5:22 AM
Subscribers

Details

Summary

Wrap lines before column 80 in new prr code checked in recently.

No functional changes.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36463
Build 33352: arc lint + arc unit

Event Timeline

sys/netinet/tcp_input.c
3953

Why not have the / operator at the end of the line before instead at the beginning of this line. That pattern is used in the lines below for the - operator.

This revision is now accepted and ready to land.Jan 25 2021, 1:25 PM
This revision was automatically updated to reflect the committed changes.