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)
Tue, Apr 9, 7:47 PM
Unknown Object (File)
Mar 7 2024, 11:44 PM
Unknown Object (File)
Feb 11 2024, 7:07 AM
Unknown Object (File)
Jan 27 2024, 7:48 AM
Unknown Object (File)
Jan 27 2024, 7:47 AM
Unknown Object (File)
Jan 27 2024, 7:47 AM
Unknown Object (File)
Jan 27 2024, 7:47 AM
Unknown Object (File)
Jan 26 2024, 4:47 PM
Subscribers

Details

Summary

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

No functional changes.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.