Embedded TCP/IP stack  4.7.0

Detailed Description

This section describes the parameters specific to the LLMNR server.
The user may override and change the default values in the application-specific configuration file fnet_user_config.h.

Macros

#define FNET_CFG_LLMNR
 Link-Local Multicast Name Resolution (LLMNR) Server/Responder support: More...
 
#define FNET_CFG_LLMNR_PORT   (FNET_HTONS(5355u))
 Default LLMNR port number (in network byte order).
The LLMNR server/responder uses this port for sending and receiving of LLMNR messages.
RFC 4795: Responders MUST listen on UDP port 5355.
Default value is FNET_HTONS(5355). It is not recommended to change it.

. More...

 
#define FNET_CFG_LLMNR_HOSTNAME_TTL   (30)
 Default TTL value that indicates for how many seconds link-local host name is valid for LLMNR querier.
A default is 30 seconds (recommended by RFC4795).
In highly dynamic environments (such as mobile ad-hoc networks), the TTL value may need to be reduced.

. More...

 

© 2005-2020 by Andrej Butok. http://fnet.sourceforge.net