olivierlevon
Results
2
comments of
olivierlevon
Note : Old mdnsresponder code (https://opensource.apple.com/source/mDNSResponder/mDNSResponder-107.6/mDNSCore/mDNS.c.auto.html) had this SendResponses line. Look at mDNS_Close function : if (m->ResourceRecords) debugf("mDNS_Close: Sending final packets for deregistering records"); else debugf("mDNS_Close: No deregistering records remain");...
Hello I encounter the same problem. On Windows, htons and ntohs are in the winsock2.h include file. The following patch should solve the problem : --- extconf_.rb 2011-04-09 23:58:11.489221900 +0200...