Skip to main content

build_null_call

Function build_null_call 

Source
pub fn build_null_call(xid: u32) -> Vec<u8> 
Expand description

Build a minimal NFS NULL RPC call (zero-overhead server liveness check).

The NULL procedure requires no session, no filehandle, no authentication. Response time is <1ms when the server is reachable. Standard NFS liveness probe.