Browse Source
This adds a new hook allowing an external DNS resolver to be hooked into netconn_gethostbyname(). The hook can handle some or all of the queries One use case for this hook is to run mDNSResponder in the same system as LwIP (mDNSResponder also uses LwIP's socekt APIs) and have it handle .local queries while LwIP stack handles unicast DNS queriesSTABLE-2_1_x
3 changed files with 38 additions and 0 deletions
Loading…
Reference in new issue