Enumeration ConnectionType

Enumerates connection types.

Based on enums.h in monero-project.

Enumeration Members

Enumeration Members

I2P: 4

I2P connection type (value=4).

INVALID: 0

Invalid connection type (value=0).

IPV4: 1

IPV4 connection type (value=1).

IPV6: 2

IPV6 connection type (value=2).

TOR: 3

TOR connection type (value=3).

Generated using TypeDoc