Enums§

Functions§

  • Manage an incoming connection. After the handshake it will send the recognized PublicKey to the parent, together with an exit channel for this process. When this channel is dropped the process ends. Whenever data arrives on this connection it will be passed to the user. Any failures in receiving data result in the process stopping, we assume the other side will reestablish it if necessary.