Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 8088
blob1ba3aca2b51fde920f6629bbfc5ca8b4a04f7e13
1 Title: Fix problem with Smart PING packets not being sent (Out of Buffer Space)
2 Level: 2
3 Edition: cee
4 Component: cmc
5 Version: 1.2.5i6
6 Date: 1414143341
7 Class: fix
9 This problem has been fixed by splitting up the <tt>icmphelper</tt> into
10 a <tt>icmpsender</tt> and a <tt>icmpreceiver</tt>. Both processes now do
11 not need to do any <tt>select()</tt>. The pcap-library can thus be used
12 in a standard way. Previously it could happen that it did not see all
13 packets.