mirror of
https://github.com/xdp-project/bpf-examples.git
synced 2024-05-06 15:54:53 +00:00
219e962832367963b92cc27e7c8687db4048cfb7
Add a parsing_context struct to keep track data, data_end and currently parsed position, as well as handling the difference between data_end for XDP and TC through data_end_end pointer. Use parsing_context struct to detect pure TCP ACKs, and avoid creating identifier for them on egress (to avoid creating timestamp entries). This solves issue of calculating RTTs in inproper contexts. Signed-off-by: Simon Sundberg <simon.sundberg@kau.se>
Description
No description provided
Languages
C
93.6%
Shell
4.7%
Makefile
1.6%