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

TCPConn Element Documentation

NAME

TCPConn — Click element; manage tcp connections

SYNOPSIS

TCPConn()

Ports: 2 inputs, 3 outputs

DESCRIPTION

can either start a tcp connection or listen for connections.

input and output 0 carry incoming packets; input and output 1 carry outgoing packets; output 2 send out SYNs and SYN ACKs. incoming packets are pushed onto input 0, but outgoing packets are pulled thru input/output 1. does not allow output pull to succeed unless connection is established.

Generated by click-elem2man from ../elements/local/tcpconn.hh:10 on 2018/10/03.

Clone this wiki locally