Struct hypercore_protocol::Options [−][src]
Expand description
Options for a Protocol instance.
Fields
is_initiator: bool
Whether this peer initiated the IO connection for this protoccol
noise: bool
Enable or disable the handshake. Disabling the handshake will also disable capabilitity verification. Don’t disable this if you’re not 100% sure you want this.
encrypted: bool
Enable or disable transport encryption.