Struct hypercore_protocol::Options [−][src]
Expand description
Options for a Protocol instance.
Fields
is_initiator: boolWhether this peer initiated the IO connection for this protoccol
noise: boolEnable 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: boolEnable or disable transport encryption.