Page MenuHomeFreeBSD

Export TCP congestion control name
ClosedPublic

Authored by tuexen on Sep 12 2020, 2:03 PM.
Tags
None
Referenced Files
F170887250: D26412.id76970.diff
Mon, Sep 7, 8:02 AM
Unknown Object (File)
Sun, Sep 6, 4:04 PM
Unknown Object (File)
Sun, Sep 6, 3:59 PM
Unknown Object (File)
Sun, Sep 6, 8:56 AM
Unknown Object (File)
Sun, Sep 6, 1:42 AM
Unknown Object (File)
Sat, Sep 5, 5:01 PM
Unknown Object (File)
Thu, Sep 3, 11:26 PM
Unknown Object (File)
Thu, Sep 3, 3:24 PM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 33521

Event Timeline

rscheff requested changes to this revision.Sep 12 2020, 9:14 PM
rscheff added inline comments.
sys/netinet/tcp_var.h
770

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

Done.

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