bittwister
bittwister copied to clipboard
Bit Twister: A CLI tool for precise network traffic shaping. Simulate latency, bandwith limitation, drop packets, impose jitter with ease. Enhance your network testing capabilities for development.
## Overview ## Checklist - [ ] New and updated code has appropriate documentation - [ ] New and updated code has new and/or updated testing - [ ] Required...
It would be cool to make the kernel code a template and we can inject values in eventually and write out the eBpf program _Originally posted by @ramin in https://github.com/celestiaorg/bittwister/pull/2#discussion_r1390927311_
in c headers, we can see that we include the linux implementation of bpf. It will be beneficial in the future to get the same treatment for other OS, where...