Embedded TCP/IP stack
4.7.0
|
#define FNET_CFG_HTTP_SRV_TLS_PORT (FNET_HTONS(443u)) |
Default HTTP over TLS (HTTPS) port number (in network byte order).
It can be changed during the HTTPS server initialization by the fnet_http_srv_init() function.
Default value FNET_HTONS(443).
.
Definition at line 110 of file fnet_http_config.h.