Versions in this module Expand all Collapse all v0 v0.5.0 Apr 18, 2026 Changes in this version + var ErrInvalidInputs = errors.New("snix/bypass: invalid inputs") + type Inputs struct + FakePayload []byte + SynAckSeq uint32 + SynSeq uint32 + type Mutation struct + CorruptChecksum bool + IPIDDelta uint16 + OverrideSeq bool + Payload []byte + SeqNum uint32 + SetPSH bool + type Name string + const NameTTL + const NameWrongChecksum + const NameWrongSeq + type Strategy interface + Name func() Name + Plan func(in Inputs) (Mutation, error) + func ByName(n Name) (Strategy, error) + type WrongChecksum struct + func (WrongChecksum) Name() Name + func (WrongChecksum) Plan(in Inputs) (Mutation, error) + type WrongSeq struct + func (WrongSeq) Name() Name + func (WrongSeq) Plan(in Inputs) (Mutation, error)