1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

sockopt adding Linux constants, SO_INCOMING_CPU/SO_INCOMING_NAPI_ID.

This commit is contained in:
David Carlier 2021-12-12 11:08:19 +00:00 committed by Hiroshi SHIBATA
parent 8cbbc061c4
commit d35bc88b37
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -664,6 +664,8 @@ SO_MAX_PACING_RATE nil Cap the rate computed by transport layer. [bytes
SO_BPF_EXTENSIONS nil Query supported BPF extensions (Linux 3.14)
SO_SETFIB nil Set the associated routing table for the socket (FreeBSD)
SO_RTABLE nil Set the routing table for this socket (OpenBSD)
SO_INCOMING_CPU nil Receive the cpu attached to the socket (Linux 3.19)
SO_INCOMING_NAPI_ID nil Receive the napi ID attached to a RX queue (Linux 4.12)
SOPRI_INTERACTIVE nil Interactive socket priority
SOPRI_NORMAL nil Normal socket priority