On Fri, 2010-08-27 at 16:09 +0200, Bettega Stefano wrote: > Hi, > is there a way to programmatically disable ICMP echo reply in lwip?
The closest is to define LWIP_ICMP to 0. This is stop all ICMP processing rather than just preventing echo replies though. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
