Skip to main content

endpoint_payload_is_latency_sensitive

Function endpoint_payload_is_latency_sensitive 

Source
pub fn endpoint_payload_is_latency_sensitive(payload: &[u8]) -> bool
Expand description

Return true when an app-owned endpoint payload should retain priority-lane progress.

Embedders that stage packets before calling FipsEndpoint::send*_to_peer can use this to apply the same priority/bulk policy as the FIPS endpoint command queue without duplicating IP/TCP parsing.