-
Notifications
You must be signed in to change notification settings - Fork 81
GridProbeReplyReceiver
GridProbeReplyReceiver — Click element; Receives Grid route probe replies
GridProbeReplyReceiver(CHANNEL)
Ports: 1 input, no outputs
Processing: agnostic
Drivers: userlevel
When a Grid probe reply is received on its inputs, prints a message
to the Click chatter channel specified by CHANNEL
. An example
message is:
dest=18.26.7.100 nonce=197355 hop=18.26.7.4 hopcount=3 rtt=0.003456
where dest
is the node to which the original probe was headed,
nonce
is the nonce from that probe, hop
is the node which
produced this reply from the probe, hopcount
is the number of
hops away the reply sender is from the probe sender, and rtt
is
the probe reply's round trip time, in seconds.
GridProbeSender, GridProbeHandler, ChatterSocket
Generated by click-elem2man from ../elements/grid/gridprobereplyreceiver.hh:11
on 2018/10/03.