A fair-share ratelimiter implemented in BPF
Stars
206
Forks
11
Watchers
Open Issues
7
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
33
commits
Adding semgrep yaml file
d78c15e
reduce IPv6 filter size below BPF_MAXINSNS
e809312
optimize hash function codegen
ff15a79
get rid of BTF dependency
647dc49
update github.com/cilium/ebpf to v0.4.0
a751715
fix definition of __be32
b6296d1
rename test file
44a9b45
remove scenarios from tests
483ee6f
bpf: fix IPv6 and add tests
a29dac1
bpf: replace division with bit shift
6351901
return a helpful error when optmem sysctl is too low
ad13a53
bpf: use two distinct hash functions
289c1bc
bpf: check that packets are dropped on the correct level
e75bc9b
bpf: fix ewma calculation
2d3a691
bpf: reduce countmin value size to 32bit
f2bb2b6