#include <private_ge_sys_network.h>
Public Member Functions | |
| IpConnection (BaseThread *bt, ConnectionType t, Int32 t_timeout, Bool t_dontwait) | |
| ~IpConnection () | |
| int | SetAddresses () |
Public Attributes | |
| ConnectionType | type |
| Int32 | ltime |
| BaseThread * | thread |
| SOCKET | sock |
| unsigned int | host_addr |
| int | host_port |
| unsigned int | remote_addr |
| int | remote_port |
| Int32 | timeout |
| Bool | dontwait |
| IpConnection * | prev |
| IpConnection * | next |
| IpConnection | ( | BaseThread * | bt, |
| ConnectionType | t, | ||
| Int32 | t_timeout, | ||
| Bool | t_dontwait | ||
| ) |
| ~IpConnection | ( | ) |
| int SetAddresses | ( | ) |
| ConnectionType type |
| Int32 ltime |
| BaseThread* thread |
| SOCKET sock |
| unsigned int host_addr |
| int host_port |
| unsigned int remote_addr |
| int remote_port |
| Int32 timeout |
| Bool dontwait |
| IpConnection* prev |
| IpConnection* next |