Page MenuHomeFreeBSD

cc: remove non-working sctp support
ClosedPublic

Authored by tuexen on Jul 25 2024, 10:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 18, 4:30 AM
Unknown Object (File)
Thu, Nov 14, 6:52 PM
Unknown Object (File)
Wed, Nov 6, 10:27 AM
Unknown Object (File)
Sun, Nov 3, 3:37 PM
Unknown Object (File)
Thu, Oct 31, 3:47 PM
Unknown Object (File)
Sat, Oct 26, 2:06 PM
Unknown Object (File)
Thu, Oct 24, 6:31 PM
Unknown Object (File)
Oct 18 2024, 3:01 AM

Details

Summary

As suggested by lstewart, remove the non-working SCTP support in the TCP congestion control modules. SCTP has a similar functionality (although not using kernel loadable modules), on which the TCP stuff even was built on, but the integration was never done.

No functional changes intended.

Diff Detail

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

Event Timeline

As suggested by Peter: rename to pointer to the struct tcpcb from tcp to tp.

Looks good to me, after the comment update for struct cc_var.

sys/netinet/cc/cc.h
89–90

This whole comment can be removed now or just can be repeated with the comment from its usage in tcpcb.

struct cc_var t_ccv; /* congestion control specific vars */

This revision is now accepted and ready to land.Jul 26 2024, 2:31 PM
This revision now requires review to proceed.Jul 26 2024, 5:08 PM
tuexen added inline comments.
sys/netinet/cc/cc.h
89–90

Comment removed.

This revision is now accepted and ready to land.Jul 27 2024, 5:07 PM
This revision was automatically updated to reflect the committed changes.