mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-18 10:39:49 +00:00

it seems like syscall.Syscall6(SYS_SOCKETCALL, SYS_GETSOCKOPT, ...) always failed with EFAULT. so we call syscall.socketcall() instead. close: #583