Initializes Link-Local Multicast Name Resolution (LLMNR) server/responder service.
- Parameters
-
- Returns
- This function returns:
- LLMNR server descriptor if no error occurs.
FNET_NULL
if an error occurs.
- See also
- fnet_llmnr_release(), fnet_llmnr_params
This function initializes the Link-Local Multicast Name Resolution (LLMNR) server/responder service.
It allocates all needed resources and registers the LLMNR service in the polling list.
After the initialization, the user application should call the main polling function fnet_service_poll() periodically to run the LLMNR service routine in the background.