/*
- * $Id: neighbors.cc,v 1.132 1997/04/29 22:13:02 wessels Exp $
+ * $Id: neighbors.cc,v 1.133 1997/04/30 03:44:16 wessels Exp $
*
* DEBUG: section 15 Neighbor Routines
* AUTHOR: Harvest Derived
neighborCountIgnored(e, opcode);
return;
}
- if (e && BIT_TEST(e->options, NEIGHBOR_MCAST_RESPONDER)) {
- if (!peerHTTPOkay(e, mem->request)) {
- neighborCountIgnored(e, opcode);
- return;
- }
- }
debug(15, 3, "neighborsUdpAck: %s for '%s' from %s \n",
opcode_d, url, e ? e->host : "source");
if (e)