NetConn_ConnectionProperties
typedef struct NetConn_ConnectionProperties {...} NetConn_ConnectionProperties
Overview
Defines the network connection properties.
Since: 11
Related module: NetConnection
Header file: net_connection_type.h
Summary
Member Variables
| Name | Description |
|---|---|
| char ifaceName[NETCONN_MAX_STR_LEN] | Network interface name. |
| char domain[NETCONN_MAX_STR_LEN] | Domain name of the network connection. |
| char tcpBufferSizes[NETCONN_MAX_STR_LEN] | TCP buffer size. |
| uint16_t mtu | Maximum transmission unit. |
| NetConn_NetAddr netAddrList[NETCONN_MAX_ADDR_SIZE] | Address list. |
| int32_t netAddrListSize | Actual size of the address list. |
| NetConn_NetAddr dnsList[NETCONN_MAX_ADDR_SIZE] | DNS list. |
| int32_t dnsListSize | Actual size of the DNS list. |
| NetConn_Route routeList[NETCONN_MAX_ROUTE_SIZE] | Route list. |
| int32_t routeListSize | Actual size of the route list. |
| NetConn_HttpProxy httpProxy | HTTP proxy information. |