pub type KernelControlConnection = Connection<RouterSocket>;Aliased Type§
pub struct KernelControlConnection {
pub socket: RouterSocket,
pub mac: Option<Key>,
pub session_id: String,
}Fields§
§socket: RouterSocket§mac: Option<Key>Will be None if our key was empty (digest authentication disabled).
session_id: String