Embedded TCP/IP stack
4.7.0
|
#define FNET_CFG_LOOPBACK_IP4_ADDR (FNET_IP4_ADDR_INIT(127U, 0U, 0U, 1U)) |
Defines the IP address for the Loopback interface. By default it is set to 127.0.0.1. At runtime, it can be changed by fnet_netif_set_ip4_addr().
.
Definition at line 215 of file fnet_stack_config.h.