[TSM.ID].[11031972] PXE : Platform X Ecosystem I [119 Module -REAL LIVE-] Fix: missing mods, dead_code, ebpf/omega added

This commit is contained in:
TSM.ID
2026-05-25 05:25:32 +07:00
parent 889af8866a
commit bfcff85648
123 changed files with 447 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
#![deny(warnings)]
#![allow(dead_code)]
//! [TSM.ID].[11031972] -- Platform X Ecosystem
//! xcu-media -- Media Framework Core (RTP, codec negotiation, pipeline)
pub mod rtp;
+4
View File
@@ -0,0 +1,4 @@
#![deny(warnings)]
//! [TSM.ID].[11031972] -- xcu-media RTP submodule
/// RTP utilities placeholder — main logic is in lib.rs
pub fn rtp_version() -> u8 { 2 }