From: Janet Davis (jlnd_at_cs.washington.edu)
Date: Wed Jan 14 2004 - 20:50:18 PST
This is a clarification about using the BroadcastAddress as the packet
destination (the to field of the Packet class).
BroadcastAddress as the packet destination should be interpreted as
wanting to get the packet to every node in the network. When your node
receives such a packet, it should both process it and flood it on.
So, when you send a Ping packet to the broadcast address, you can expect
the ping to end up at every other node in the network -- unless you do
something else to limit how far it will travel.
Cheers,
Janet
-- Janet Davis jlnd_at_cs.washington.edu http://www.cs.washington.edu/homes/jlnd/ _______________________________________________ Cse461 mailing list Cse461_at_cs.washington.edu http://mailman.cs.washington.edu/mailman/listinfo/cse461
This archive was generated by hypermail 2.1.6 : Wed Jan 14 2004 - 20:50:20 PST