bittwister icon indicating copy to clipboard operation
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.

Results 4 bittwister issues
Sort by recently updated
recently updated
newest added

## 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_

enhancement

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...

enhancement