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

GridProbeSender Element Documentation

NAME

GridProbeSender — Click element; Produces a Grid route probe packet.

SYNOPSIS

GridProbeSender(ETH, IP)

Ports: no inputs, 1 output
Processing: push
Drivers: userlevel

DESCRIPTION

ETH and IP are this node's ethernet and IP addresses, respectively. When the element's send_probe handler is called, pushes a GRID_ROUTE_PROBE packet for the specified destination, with the specified nonce. This packet should probably be sent back through the Grid input packet rocessing.

ELEMENT HANDLERS

  • send_probe (write-only) — arguments are the destination IP followed by a nonce, e.g: ``18.26.7.111 3242435''

SEE ALSO

GridProbeReplyReceiver, GridProbeHandler, LookupLocalGridRoute

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

Clone this wiki locally