Home
last modified time | relevance | path

Searched refs:fragmentation (Results 1 – 3 of 3) sorted by relevance

/system/core/trusty/secretkeeper/src/
Dhal_main.rs18 use authgraph_wire::fragmentation::{Fragmenter, Reassembler};
/system/chre/chpp/
DREADME.md7 … The CHPP Transport layer is responsible for correct handling of ARQ, fragmentation, and ordering …
58fragmentation flag allows the transfer of data messages larger than the MTU. In such cases, the da…
/system/authgraph/wire/src/
Dlib.rs30 pub mod fragmentation; module