You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eBPF/XDP-based TCP Connection Tracker implementing and extending a simplified TCP state machine. The project analyzes, debugs, and improves connection tracking logic, adds support for missing scenarios (e.g., RST handling), and enhances flow management within Linux network namespaces. Project for the Network Computing course at PoliMi (2024/2025).
This repository contains Python scripts that serve as tools for solving and understanding networking concepts from the book Computer Networking: A Top-Down Approach by Jim Kurose and Keith Ross. The scripts are designed to help with practice problems from the book's website: Kurose & Ross Interactive.