voipmonitor / sniffer

VoIPmonitor sniffer sources
231 stars 107 forks source link

fix uninitialized MOS values (fixes #30) #31

Closed olebowle closed 8 years ago

olebowle commented 8 years ago

Hi,

I don't know what the intention behind -= 1 is, but it certainly doesn't work on my system. You may want to initialize those values with 255 instead of 45.

BR, Ole

voipmonitor commented 8 years ago

that was really stupid, the intention was 0 - 1 (just maximum of that type) but keeping it on 45 makes sense. Commiting, thank you.