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)
Mon, Apr 22, 11:21 PM
Unknown Object (File)
Feb 18 2024, 8:30 AM
Unknown Object (File)
Dec 12 2023, 7:45 AM
Unknown Object (File)
Dec 7 2023, 9:27 PM
Unknown Object (File)
Dec 5 2023, 9:19 AM
Unknown Object (File)
Dec 5 2023, 8:50 AM
Unknown Object (File)
Dec 5 2023, 1:06 AM
Unknown Object (File)
Nov 8 2023, 10:03 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.