
ForwardTypes enumeration
Channel types available for port forwarding.
Remarks
Possible values for ForwardTypes:
Constant | Value | Description |
---|---|---|
TCPLocalListen | 0 | Listens on local TCP port, forwards connection through devP2P to remote address. |
TCPRemoteListen | 1 | Listens on remote TCP port, forwards connection through devP2P to local address. |
UDPLocalListen | 2 | Listens on local UDP port, forwards connection through devP2P to remote address. |
UDPRemoteListen | 3 | Listens on remote UDP port, forwards connection through devP2P to remote address. |
TCPSocksProxy | 4 | Listens on local TCP port, forwards connection through devP2P to dynamicaly chosen address, using SOCKS4/4a/5 protocol. |
TCPHttpProxy | 5 | Listens on local TCP port, forwards connection through devP2P to dynamicaly chosen address, WEB CONNECT protocol. |
Platforms
WindowsMac OSX
Linux
BSD