
Go to the source code of this file.
Functions | |
| void | force_tcp_conn_lifetime (struct receive_info *rcv, unsigned int timeout) |
| int | tcp_send (struct socket_info *send_sock, int type, char *buf, unsigned len, union sockaddr_union *to, int id) |
| int | tcpconn_add_alias (int id, int port, int proto) |
| struct tcp_connection * | tcpconn_get (int id, struct ip_addr *ip, int port, int timeout, struct ip_addr *send_ip) |
| TCP server. | |
| void | tcpconn_put (struct tcp_connection *c) |
| void force_tcp_conn_lifetime | ( | struct receive_info * | rcv, | |
| unsigned int | timeout | |||
| ) |
Referenced by insert_contacts(), and update_contacts().
| int tcp_send | ( | struct socket_info * | send_sock, | |
| int | type, | |||
| char * | buf, | |||
| unsigned | len, | |||
| union sockaddr_union * | to, | |||
| int | id | |||
| ) |
Referenced by msg_send().
| int tcpconn_add_alias | ( | int | id, | |
| int | port, | |||
| int | proto | |||
| ) |
Referenced by do_action(), and receive_msg().
| struct tcp_connection* tcpconn_get | ( | int | id, | |
| struct ip_addr * | ip, | |||
| int | port, | |||
| int | timeout, | |||
| struct ip_addr * | send_ip | |||
| ) | [read] |
| void tcpconn_put | ( | struct tcp_connection * | c | ) |
1.5.6