Enumeration ConnectProtocol

ConnectProtocol is a type of protocol for establishing a connection into a mesh.

Generated

from enum v1.ConnectProtocol

Enumeration Members

CONNECT_ICE: 1

CONNECT_ICE indicates that the node should connect to other nodes via ICE.

Generated

from enum value: CONNECT_ICE = 1;

CONNECT_LIBP2P: 2

CONNECT_LIBP2P indicates that the node should connect to other nodes via libp2p.

Generated

from enum value: CONNECT_LIBP2P = 2;

CONNECT_NATIVE: 0

CONNECT_NATIVE indicates that the node should connect to other nodes via the native webmesh mechanisms.

Generated

from enum value: CONNECT_NATIVE = 0;

Generated using TypeDoc