![]() |
EVE 1.0
|
![]() |
Macros | |
#define | UIP_FIXEDADDR |
#define | UIP_PINGADDRCONF |
#define | UIP_FIXEDETHADDR |
These configuration options can be used for setting the IP address settings statically, but only if UIP_FIXEDADDR is set to 1. The configuration options for a specific node includes IP address, netmask and default router as well as the Ethernet address. The netmask, default router and Ethernet address are applicable only if uIP should be run over Ethernet.
This options are meaningful only for the IPv4 code.
All of these should be changed to suit your project.
#define UIP_FIXEDADDR |
#define UIP_PINGADDRCONF |
Ping IP address assignment.
uIP uses a "ping" packets for setting its own IP address if this option is set. If so, uIP will start with an empty IP address and the destination IP address of the first incoming "ping" (ICMP echo) packet will be used for setting the hosts IP address.