friendev EtherDune TCP/IP library
Modules | Macros | Variables
DHCP configuration and timeouts

DHCP options and timeout configuration. More...

Modules

 DHCP state timeout configuration
 DHCP timeouts These represent how much patience will EtherDune have waiting in this state before thinking something is wrong and doing something about it.
 

Macros

#define ENABLE_DHCP_HOSTNAME   _DEBUG
 Enables sending hostname to DHCP server. More...
 

Variables

static const char DHCP_HOSTNAME [] = "ARDUINO"
 host name sent to DHCP server. More...
 

Detailed Description

DHCP options and timeout configuration.

Macro Definition Documentation

#define ENABLE_DHCP_HOSTNAME   _DEBUG

Enables sending hostname to DHCP server.

By default, only enabled when debugging. When this option is enabled, EtherDune identifies itself before the DHCP server. Most routers show a list of connected hosts along with their names. Enabling this option will make your application to show up there.

Definition at line 201 of file config.h.

Variable Documentation

const char DHCP_HOSTNAME[] = "ARDUINO"
static

host name sent to DHCP server.

Definition at line 203 of file config.h.