oracle / bpftune

bpftune uses BPF to auto-tune Linux systems
Other
654 stars 55 forks source link

tcp_buffer_tuner: make tcp_sndbuf_expand optional #77

Closed alan-maguire closed 10 months ago

alan-maguire commented 10 months ago

in some cases this static function is inlined; make it optional to avoid failure to attach tuner as a whole.

Reported-by: sm99c (https://github.com/sm9cc)