Connection compressor fix from #338. This changes starting times of

quite a few connections in the test-suite, but that all seems
legitimate.
This commit is contained in:
Robin Sommer 2011-01-19 11:28:27 -08:00
parent bbbe32e443
commit a7df00eca7
2 changed files with 0 additions and 35 deletions

View file

@ -138,10 +138,6 @@ private:
// Fakes a TCP packet based on the available information.
const IP_Hdr* PendingConnToPacket(const PendingConn* c);
// For changing the timestamp of PendingConn - allocates a new one,
// sets the given time, and copies all other data from old.
PendingConn* MoveState(double time, PendingConn* old);
// Construct a TCP-flags byte.
uint8 MakeFlags(const PendingConn* c) const;