-
Notifications
You must be signed in to change notification settings - Fork 81
SimpleTCPRetransmitter
SimpleTCPRetransmitter — Click element; Retransmit TCP packets for the ctx subsystem
SimpleTCPRetransmitter([INITIALBUFFERSIZE])
Ports: 2 inputs, 1 output
Processing: push
TCPRetransmitter to use with TCPIn. Keeps reference of packets pushed on port 0 in the middleclick sractchpad until the ack is received on the other side. If a packet is sent on port 1, it will retransmit the packet kept in memory matching the sequence number.
This elements therfore allow to protect against sequence overwriting attacks but completely lets both sides manage the retransmission and timings. If you don't care, then simply push the retransmissions directly, without this element (eg fine for a NAT, LB, ... packet besed fct).
TCPIn, TCPOut, TCPReorder, TCPRetransmitter
Generated by click-elem2man from ../elements/ctx/simpletcpretransmitter.hh:23
on 2022/11/25.