Skip to content

GridProbeReplyReceiver

Tom Barbette edited this page Oct 3, 2018 · 2 revisions

GridProbeReplyReceiver Element Documentation

NAME

GridProbeReplyReceiver — Click element; Receives Grid route probe replies

SYNOPSIS

GridProbeReplyReceiver(CHANNEL)

Ports: 1 input, no outputs
Processing: agnostic
Drivers: userlevel

DESCRIPTION

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.

SEE ALSO

GridProbeSender, GridProbeHandler, ChatterSocket

Generated by click-elem2man from ../elements/grid/gridprobereplyreceiver.hh:11 on 2018/10/03.

Clone this wiki locally