Page MenuHomeFreeBSD

Export TCP congestion control name
ClosedPublic

Authored by tuexen on Sep 12 2020, 2:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 12, 10:21 PM
Unknown Object (File)
Sat, Mar 8, 9:05 PM
Unknown Object (File)
Fri, Mar 7, 4:42 PM
Unknown Object (File)
Thu, Mar 6, 2:05 PM
Unknown Object (File)
Thu, Feb 27, 4:01 AM
Unknown Object (File)
Feb 23 2025, 4:35 PM
Unknown Object (File)
Feb 21 2025, 4:58 AM
Unknown Object (File)
Feb 18 2025, 2:23 AM
Subscribers

Details

Summary

Export the TCP congestion control name to userland. A separate commit will extend sockstat to display it.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

rscheff requested changes to this revision.Sep 12 2020, 9:14 PM
rscheff added inline comments.
sys/netinet/tcp_var.h
770 ↗(On Diff #76945)

I suggest to move this string (of limited size) next to the other strings atop the struct.

This revision now requires changes to proceed.Sep 12 2020, 9:14 PM

Move CC name up as suggested by Richard.

sys/netinet/tcp_var.h
770 ↗(On Diff #76945)

Done.

This revision is now accepted and ready to land.Sep 12 2020, 10:25 PM