1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-29 21:14:28 +01:00
Files
libtins/include/tins/tcp_ip/data_tracker.h
Patrick Michel aaba3dd46a Feature - Skipping ahead in TCP flows. (#163)
* Skipping forward in TCP streams, from an out-of-order callback.

- Added the ability to skip forward in a flow to a sequence number, with the intention of doing so in an out of order callback.
- Re-ordered Flow packet processing, to allow skipTo in out of order callback on stream start (flow sequence number is 0).
- Fixed missing seq_compare in flow code.

* Renamed skipTo to advance_sequence.
2016-10-23 09:47:56 -07:00

4.9 KiB