Versions in this module Expand all Collapse all v0 v0.1.1 Mar 15, 2021 Changes in this version + type Result int + const ResultAlive + const ResultClosedByPeer + const ResultClosedBySelf + const ResultConnecting + const ResultDrop + const ResultReset + type TCB struct + func (t *TCB) InboundSendSequenceNumber() seqnum.Value + func (t *TCB) Init(initialSyn header.TCP) + func (t *TCB) IsAlive() bool + func (t *TCB) OutboundSendSequenceNumber() seqnum.Value + func (t *TCB) UpdateStateInbound(tcp header.TCP) Result + func (t *TCB) UpdateStateOutbound(tcp header.TCP) Result