Closed l2dy closed 2 months ago
Built without sensitive environment variables
Name | Link |
---|---|
Latest commit | 95e1763e30e0dcfe1256ecd9e32ca27dd65342b4 |
Latest deploy log | https://app.netlify.com/sites/aya-rs-docs/deploys/66d9d41faaa0f0000862df0a |
Deploy Preview | https://deploy-preview-1020--aya-rs-docs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
A sock_ops program should always return 1 on success, otherwise
__cgroup_bpf_run_filter_sock_ops()
would return-EPERM
.The reply fields of the
bpf_sock_ops
struct are there in case a bpf program needs to return a value. For example, BPF_SOCK_OPS_TIMEOUT_INIT and BPF_SOCK_OPS_RWND_INIT are invoked viatcp_call_bpf()
, which returnssock_ops.reply
on success.This follows up commit 3f6b2507b6c5c0da19b3a7fe3145240c3bab3c69 to cover all common accessors.