Defines the parameter for TCP transport protocol.
Definition at line 130 of file dutransport.h.
Data Fields | |
char | ifName [DUTR_IFNAME_MAX] |
String of interface name. More... | |
DUTR_TCP_IF_PARAM | local |
The address bound to a local socket. More... | |
DUTR_TCP_IF_PARAM | remote |
The remote server address to connect, used only for DUTR_TCP_CLIENT. More... | |
DUTR_TCP_ROLE | role |
Specify if it is the server or client. More... | |
char DUTR_TCP_PARAM::ifName[DUTR_IFNAME_MAX] |
String of interface name.
Definition at line 133 of file dutransport.h.
DUTR_TCP_IF_PARAM DUTR_TCP_PARAM::local |
The address bound to a local socket.
Definition at line 135 of file dutransport.h.
DUTR_TCP_IF_PARAM DUTR_TCP_PARAM::remote |
The remote server address to connect, used only for DUTR_TCP_CLIENT.
Definition at line 137 of file dutransport.h.
DUTR_TCP_ROLE DUTR_TCP_PARAM::role |
Specify if it is the server or client.
Definition at line 139 of file dutransport.h.