Available on crate feature
servers only.Expand description
Implement connection level flags for each connection that is present.
The known connection flags, or things that can change/be affected by a whole connection at once with PCFS are:
- “Fast-File I/O Enabled”, whether or not we should be using the ‘ffio’ version of PCFS over SATA, where file data can be inline on the stream without needing to be in a series of chunked packets.
- “Combined Send/Recv Enabled”, whether or not we should support using ‘csr’ in PCFS over sata, where sends/receives can be bundled together.
- “Version”: the version of PCFS that we should report to be for this client.
Structs§
- Layered
Sata Connection Flags - Sata
Connection Flags - The flags that are set on this particular connection.
- Sata
Connection Flags Layer