[feat](trx-rds,trx-frontend-http): add af tuning and dynamic page title

Co-authored-by: Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-02-28 16:41:25 +01:00
parent a18ef33ee2
commit ce25751c5d
5 changed files with 132 additions and 2 deletions
+2
View File
@@ -320,6 +320,8 @@ pub struct RdsData {
pub compressed: Option<bool>,
#[serde(default, skip_serializing_if = "Option::is_none")]
pub dynamic_pty: Option<bool>,
#[serde(default, skip_serializing_if = "Option::is_none")]
pub alternative_frequencies_hz: Option<Vec<u32>>,
}
/// Read-only projection of state shared with clients.