i2pdtunnelwizard/tunneltype.h

14 lines
162 B
C

#pragma once
enum class TunnelType
{
TcpClient,
TcpServer,
UdpClient,
UdpServer,
HttpServer,
IrcServer,
SocksProxy,
HttpProxy
};