Teonet library  0.4.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ksnTCPProxyData Struct Reference

ksnTCPProxyClass map data More...

#include <tcp_proxy.h>

Data Fields

int tcp_proxy_fd
 TCP Proxy file descriptor. More...
 
int udp_proxy_port
 UDP Proxy port number. More...
 
int udp_proxy_fd
 UDP Proxy file descriptor. More...
 
ev_io w
 TCP Client watcher. More...
 
ev_io w_udp
 UDP Client watcher. More...
 
ksnTCPProxyPacketData packet
 Packet buffer. More...
 

Detailed Description

Field Documentation

ksnTCPProxyPacketData ksnTCPProxyData::packet
int ksnTCPProxyData::tcp_proxy_fd

TCP Proxy file descriptor.

Referenced by cmd_udpp_read_cb(), and ksnTCPProxyServerClientConnect().

int ksnTCPProxyData::udp_proxy_fd
int ksnTCPProxyData::udp_proxy_port

UDP Proxy port number.

Referenced by ksnTCPProxyServerClientConnect().

ev_io ksnTCPProxyData::w
ev_io ksnTCPProxyData::w_udp

The documentation for this struct was generated from the following file: