Page MenuHomeFreeBSD

tcp: request tracking is not http specific.
ClosedPublic

Authored by rrs on May 23 2023, 1:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 7, 10:35 AM
Unknown Object (File)
Wed, Nov 6, 12:39 PM
Unknown Object (File)
Tue, Nov 5, 11:51 AM
Unknown Object (File)
Wed, Oct 16, 8:51 PM
Unknown Object (File)
Oct 14 2024, 8:12 PM
Unknown Object (File)
Oct 14 2024, 1:45 PM
Unknown Object (File)
Oct 13 2024, 2:05 AM
Unknown Object (File)
Oct 12 2024, 9:14 AM

Details

Summary

This change is a name change only. TCP Request tracking can track sendfile and even non-sendfile requests. The
names however in the current code use http, and they should not. The feature is not http specific. Lets change the
name so they more properly reflect whats going on. This also fixes conflicts with http_req which caused application pain.

Test Plan

make sure we compile after the name change.

Diff Detail

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

Event Timeline

rrs requested review of this revision.May 23 2023, 1:58 PM
tuexen added inline comments.
sys/netinet/tcp_log_buf.c
2

Is it intended to add an empty first line in the file?

This revision is now accepted and ready to land.May 23 2023, 9:22 PM
This revision was automatically updated to reflect the committed changes.