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