|
RTRlib
|
An implementation of the TCP protocol for the RTR transport. More...
Data Structures | |
| struct | tr_tcp_config |
| A tr_tcp_config struct holds configuration for a TCP connection. More... | |
Functions | |
| int | tr_tcp_init (const struct tr_tcp_config *config, struct tr_socket *socket) |
| Initializes the tr_socket struct for a TCP connection. | |
An implementation of the TCP protocol for the RTR transport.
See transport interface for a list of supported operations.
| int tr_tcp_init | ( | const struct tr_tcp_config * | config, |
| struct tr_socket * | socket | ||
| ) |
#include <rtrlib/transport/tcp/tcp_transport.h>
Initializes the tr_socket struct for a TCP connection.
| [in] | config | TCP configuration for the connection. |
| [out] | socket | Initialized transport socket. |