-
Notifications
You must be signed in to change notification settings - Fork 82
TCPIPSend
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
TCPIPSend — Click element; generates TCP/IP packets when requested
TCPIPSend()
Ports: no inputs, 1 output
Processing: push
Sends TCP/IP packets when asked to do so. No inputs. One output.
- 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.