module Movie::Remote::AssociationNegotiator

Overview

Performs the client side of the challenge-response association handshake. This code runs once per socket generation and stays outside the message hot path.

Extended Modules

Defined in:

movie/remote/association_negotiator.cr

Instance Method Summary

Instance Method Detail

def connect(io : IO, handshake : AssociationHandshake, expected_system : String, shared_secret : String | Nil) : AssociationHandshake #

[View source]