Werk #8088: Fix problem with Smart PING packets not being sent (Out of Buffer Space)
Component | The Checkmk Micro Core | ||
Title | Fix problem with Smart PING packets not being sent (Out of Buffer Space) | ||
Date | Oct 24, 2014 | ||
Level | Prominent Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
This problem has been fixed by splitting up the icmphelper into a icmpsender and a icmpreceiver. Both processes now do not need to do any select(). The pcap-library can thus be used in a standard way. Previously it could happen that it did not see all packets.