NetBIOS Responder should respond to "*" names

See bug #53325

Signed-off-by: goldsimon <goldsimon@gmx.de>
This commit is contained in:
Ray Abram
2018-03-12 02:44:59 +01:00
committed by goldsimon
parent 82d8f08451
commit b0ae967660
2 changed files with 98 additions and 3 deletions

View File

@@ -52,6 +52,13 @@
#define NETBIOS_LWIP_NAME "NETBIOSLWIPDEV"
#endif
/** Respond to NetBIOS name queries
* Default is disabled
*/
#if !defined LWIP_NETBIOS_RESPOND_NAME_QUERY || defined __DOXYGEN__
#define LWIP_NETBIOS_RESPOND_NAME_QUERY 0
#endif
/**
* @}
*/