lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-devel] [patch #6539] ICMP broadcast


From: Alain M.
Subject: Re: [lwip-devel] [patch #6539] ICMP broadcast
Date: Thu, 12 Jun 2008 19:07:52 -0300
User-agent: Thunderbird 2.0.0.6 (X11/20070728)

I can answer that: I didn't know of that broadcast ping, but I tested here on my LAN and it works. The answer is:

that is usefull for manual operation. You just go to any client machine and ping 10.0.0.255 and you hava a list of everything. I surely will use it in the future :)

Alain

Bill Auerbach escreveu:
Every program I've looked at and responses to questions asked about it 
implement autoconfiguration with UDP broadcasts.  I've done the same with lwIP 
and it works great.  Why use ICMP?

Bill


I needed ICMP to be able to respond to broadcast pings for
autoconfiguration.
I added flags: LWIP_BROADCAST_PING and LWIP_MULTICAST_PING that can be
defined
in lwipopts.h if you want broadcast pings. The only patched file is
ipv4/icmp.c





reply via email to

[Prev in Thread] Current Thread [Next in Thread]