snmp-elixir
snmp-elixir copied to clipboard
Fix SNMPv2 support
SNMPv2 device would not reply to discovery and warm-up requests leading to timeouts. Those are supported by SNMPv3 only anyway. Original request would take ~9 seconds due to this. I've fixed some compiler warnings along the way.