/// A kernel that accepts all inbound file transfer requests for basic file transfers
/// AND RE-VFS transfers
/// A kernel that reacts to new channels created, allowing communication with new clients.
/// Useful for when a server needs to send messages to clients
/// A non-reactive kernel that does no additional processing on top of the protocol
/// For internal services (e.g., a Hyper webserver)