TCP module functions. More...
#include <async.h>
#include <ipc/ipc.h>
Functions | |
int | tcp_initialize (async_client_conn_t client_connection) |
Initializes the TCP module. | |
int | tcp_message (ipc_callid_t callid, ipc_call_t *call, ipc_call_t *answer, int *answer_count) |
Processes the TCP message. |
TCP module functions.
The functions are used as TCP module entry points.