towerops/lib/snmpkit
Graham McIntie e195e5c9e8 fix: close UDP sockets in error paths to prevent fd leak
get_bulk, set, and get_multi used 'with' chains that skipped
close_socket when the operation failed, leaking file descriptors.
Over time this exhausted the fd limit causing EMFILE crashes.

Switched to case + try/after to guarantee socket cleanup.
2026-02-14 09:50:12 -06:00
..
snmp_lib fix: close UDP sockets in error paths to prevent fd leak 2026-02-14 09:50:12 -06:00
snmp_mgr test cleanup 2026-01-28 10:31:22 -06:00