Change History (most recent first):
$Log: mDNSPosix.c,v $
+Revision 1.25.2.1 2004/04/09 17:57:31 cheshire
+Make sure to set the TxAndRx field so that duplicate suppression works correctly
+
Revision 1.25 2003/10/30 19:25:49 cheshire
Fix signed/unsigned warning on certain compilers
// Set up the fields required by the mDNS core.
SockAddrTomDNSAddr(intfAddr, &intf->coreIntf.ip, NULL);
intf->coreIntf.Advertise = m->AdvertiseLocalAddresses;
+ intf->coreIntf.TxAndRx = mDNStrue;
// Set up the extra fields in PosixNetworkInterface.
assert(intf->intfName != NULL); // intf->intfName already set up above