This is automatically generated documentation. Edit after the "COMMENTS" heading; changes to the main body will be lost.
ICMPPingSource -- Click element; periodically sends ICMP echo requests
ICMPPingSource(SADDR, DADDR [, keywords INTERVAL, IDENTIFIER, LIMIT, DATA, ACTIVE])
Ports: at most 1 input, 1 output
Package: icmp (core)
Periodically emits ping packets with source IP address SRC and destination address DST. Advances the "sequence" field by one each time. (The sequence field is stored in network byte order in the packet.) When its output is pull, generates a ping packet on every pull. ICMPPingSource's optional input accepts replies to the pings it sends. If you send replies to this input, ICMPPingSource will print reply reports and keep loss and RTT statistics like the ping(1) program. You can access those stistics with the "summary" handler. Keyword arguments are:
ICMPPingEncap, ICMPPingResponder, ICMPPingRewriter
Generated by 'click-elem2man' from '../elements/icmp/icmpsendpings.hh' on 18/Jul/2007.