package bcap import "time" const repeatedKeepaliveMinInterval = time.Second const trackedTCPSegments = 8 const keepaliveResponseMaxDelay = 5 * time.Second type tcpSegmentRange struct { seq uint32 end uint32 }