Results 75 issues of Kol Influence

codis fe / proxy tls + topom update ## Summary by CodeRabbit - **New Features** - Added TLS configuration options for secure communication (`--tls-cert`, `--tls-key`, `--tls=N`). - Introduced TLS support...

✏️ Feature
🧹 Updates
4.0.1

possible to include this example for ipv6 as well? https://github.com/dropbox/goebpf/blob/master/examples/xdp/basic_firewall/main.go

Feature request : Dynamic cache size adjustment. shrink or grow cache size possible to have this feature? else how do i modify this to have this function? pls gimme an...

etcd is broken here, use codis from pika https://github.com/OpenAtomFoundation/pika

filesystem backed implementation would be good for s3 storage backup and of course rocksdb is these on roadmap?

possible to do a reuse port option? how do i modify the code for reuse port to work?

any af_xdp example?

for things like websocket which depends on the number of file descriptors, does AF_XDP have file descriptors per connection? sorry was just curious. i've tried out asavie/xdp repo but not...

with reference here too : https://github.com/xdp-project/xdp-tools/issues/246

does anyone know how to do crc32 on ipv6hdr->saddr? i cant convert ipv6hdr->saddr to something crc32 can digest. how shld i do this? > tcphdr->dest = bpf_htons(80 + (ipv6hdr->saddr %...