home tags events about login
one honk maybe more

benjojo posted 15 Apr 2024 22:06 +0000

Being the first user of a syscall (at least as far as github code search can see) in your programming language comes with some nerd cred... and some extremely bizzare bugs that are now entirely my problem to resolve.

Currently dealing with a weird case of hitting a weird getsockopt on a socket, and only websockets breaking down, H2 etc still works, so it's not like I broke bi-directional sockets. Extremely strange.

Maybe I should just stop reading kernel code/man pages and just succumb to learning how eBPF works rather than doing mildly bizzare syscalls/sockopts to get what I want