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, Dec 14, 9:05 AM
Unknown Object (File)
Thu, Dec 12, 10:55 AM
Unknown Object (File)
Dec 1 2024, 10:55 PM
Unknown Object (File)
Nov 28 2024, 7:49 AM
Unknown Object (File)
Nov 26 2024, 7:57 AM
Unknown Object (File)
Nov 21 2024, 12:20 PM
Unknown Object (File)
Nov 19 2024, 2:02 PM
Unknown Object (File)
Nov 7 2024, 5:09 PM
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 36464
Build 33353: 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.