oracle / bpftune

bpftune uses BPF to auto-tune Linux systems
Other
659 stars 56 forks source link

tcp_cong_tuner: add tcp_iter + getsockopt() test in probe program #25

Closed alan-maguire closed 1 year ago

alan-maguire commented 1 year ago

support for tcp iter with getsockopt() was added in 5.9, 5.14 respectively, so include test that getsockopt() works in iter context to ensure we do not need legacy mode.