|
RTRlib
|
Data Structures | |
| struct | tr_tcp_config |
Functions | |
| int | tr_tcp_init (const struct tr_tcp_config *config, struct tr_socket *socket) |
| int tr_tcp_init | ( | const struct tr_tcp_config * | config, |
| struct tr_socket * | socket | ||
| ) |
Initializes the tr_socket struct for a TCP connection.
| [in] | config | TCP configuration for the connection. |
| [out] | socket | Initialized transport socket. |
References TR_SUCCESS.
1.8.5