Expand description
A kernel that only makes a single client-to-server connection
Structsยง
- This
SingleClientServerConnectionKernel
is the base kernel type for other built-in implementations ofNetKernel
. It establishes connections to a central node for purposes of NAT traversal and peer discovery, and depending on the application layer, can leverage the client to server connection for other purposes that require communication between the two.