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

TCPIPSend Element Documentation

NAME

TCPIPSend — Click element; generates TCP/IP packets when requested

SYNOPSIS

TCPIPSend()

Ports: no inputs, 1 output
Processing: push

DESCRIPTION

Sends TCP/IP packets when asked to do so. No inputs. One output.

EXAMPLES

ELEMENT HANDLERS

  • send (write-only) — Expects a string "saddr sport daddr dport seqno ackno bits [count stop]". "saddr sport daddr dport seqno ackno" have their obvious meanings. "bits" is the value of the 6 TCP flags. The optional "count" argument is the number of packets to send. The optional "stop" argument is a Boolean; if true, stops the router after sending the packets.

Generated by click-elem2man from ../elements/tcpudp/tcpipsend.hh:8 on 2018/10/03.

Clone this wiki locally