mirror of https://github.com/aya-rs/aya
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Implements SK_REUSEPORT support to enable programmable socket selection within SO_REUSEPORT groups. - #[sk_reuseport] macro for eBPF programs - SkReuseport program type with load/attach methods - SkReuseportContext with sk_reuseport_md field access - ReusePortSockArray map for socket management - SK_PASS/SK_DROP constants for return values - Documentation and usage examples - Some integration tests This allows load balancing decisions to be made programmatically with SO_REUSEPORT set. Fixes: #215 |
3 months ago | |
|---|---|---|
| .. | ||
| .cargo | 2 years ago | |
| aya-ebpf | 3 months ago | |
| aya-ebpf-bindings | 5 months ago | |
| aya-ebpf-cty | 8 months ago | |
| aya-log-ebpf | 4 months ago | |
| rust-toolchain.toml | 2 years ago | |