Reassembly
TCP stream reassembly
Implementation
HTTP ProxyArchitecture
Configuration
// Interval to apply connection flushes
FlushEvery int
// Do not use IPv4 defragger
NoDefrag bool
// Dont verify the packet checksums
Checksum bool
// Dont check TCP options
NoOptCheck bool
// Ignore TCP state machine errors
IgnoreFSMerr bool
// TCP state machine allow missing init in three way handshake
AllowMissingInit bool
// Toggle debug mode
Debug bool
// Dump packet contents as hex for debugging
HexDump bool
// Wait until all connections finished processing when receiving shutdown signal
WaitForConnections bool
// Write incomplete HTTP responses to disk when extracting files
WriteIncomplete boolDebugging
TroubleshootingLast updated