File tree 2 files changed +4
-2
lines changed
src/unix/linux_like/linux/arch/generic
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2882,6 +2882,7 @@ SOL_X25
2882
2882
SOMAXCONN
2883
2883
SO_BINDTODEVICE
2884
2884
SO_BUSY_POLL
2885
+ SO_BUSY_POLL_BUDGET
2885
2886
SO_DOMAIN
2886
2887
SO_EE_OFFENDER
2887
2888
SO_EE_ORIGIN_ICMP
@@ -2901,6 +2902,7 @@ SO_PASSSEC
2901
2902
SO_PEEK_OFF
2902
2903
SO_PEERCRED
2903
2904
SO_PEERSEC
2905
+ SO_PREFER_BUSY_POLL
2904
2906
SO_RCVBUFFORCE
2905
2907
SO_REUSEPORT
2906
2908
SO_RXQ_OVFL
Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ cfg_if! {
110
110
pub const SO_DETACH_REUSEPORT_BPF : :: c_int = 68 ;
111
111
}
112
112
}
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 ;
115
115
116
116
cfg_if ! {
117
117
if #[ cfg( any(
You can’t perform that action at this time.
0 commit comments