File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/unix/linux_like/linux/arch/generic Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2882,6 +2882,7 @@ SOL_X25
28822882SOMAXCONN
28832883SO_BINDTODEVICE
28842884SO_BUSY_POLL
2885+ SO_BUSY_POLL_BUDGET
28852886SO_DOMAIN
28862887SO_EE_OFFENDER
28872888SO_EE_ORIGIN_ICMP
@@ -2901,6 +2902,7 @@ SO_PASSSEC
29012902SO_PEEK_OFF
29022903SO_PEERCRED
29032904SO_PEERSEC
2905+ SO_PREFER_BUSY_POLL
29042906SO_RCVBUFFORCE
29052907SO_REUSEPORT
29062908SO_RXQ_OVFL
Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ cfg_if! {
110110 pub const SO_DETACH_REUSEPORT_BPF : :: c_int = 68 ;
111111 }
112112}
113- // pub const SO_PREFER_BUSY_POLL: ::c_int = 69;
114- // pub const SO_BUSY_POLL_BUDGET: ::c_int = 70;
113+ pub const SO_PREFER_BUSY_POLL : :: c_int = 69 ;
114+ pub const SO_BUSY_POLL_BUDGET : :: c_int = 70 ;
115115
116116cfg_if ! {
117117 if #[ cfg( any(
You can’t perform that action at this time.
0 commit comments