Flagging retransmissions in connection history.

This adds a t/T letter for the first TCP payload retransmission from
originator or responder, respectively.

Addresses BIT-977.
This commit is contained in:
Robin Sommer 2016-07-06 13:46:06 -07:00
parent 1d7bca21e4
commit 394b16e1f2
9 changed files with 83 additions and 24 deletions

View file

@ -187,6 +187,7 @@ public:
#define HIST_ACK_PKT 0x20
#define HIST_MULTI_FLAG_PKT 0x40
#define HIST_CORRUPT_PKT 0x80
#define HIST_RXMIT 0x100
int CheckHistory(uint32 mask, char code);
void AddHistory(char code);