AdminFrame

Type Alias AdminFrame 

Source
pub type AdminFrame = FrameBuf;
Expand description

A Node Management Request’s ULCP frame on its way into the session, and the response frame on its way back out.

The exchange crosses the driver’s event loop rather than borrowing the session, because the session is exclusively owned by run and an exchange can await several platform round trips before it is finished.

Aliased Type§

pub struct AdminFrame { /* private fields */ }