From: Florian Forster Date: Thu, 1 Jun 2006 20:24:35 +0000 (+0200) Subject: Updated ChangeLog: Added entry about the removal of `bind(2)'. X-Git-Tag: liboping-0.2.1~1 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=0c019671ec15c7634abb3a6380979087e2ada599;p=liboping.git Updated ChangeLog: Added entry about the removal of `bind(2)'. --- diff --git a/ChangeLog b/ChangeLog index 74faeb3..fe742a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ 2006-06-01, Version 0.2.1 + * Fix the behavior for non GNU-Linux systems. liboping tried to + `bind(2)' to the raw-socket it uses to send ICMP packets. Apparently + (decided by majority vote ;) this is not the right thing to do. + GNU/Linux never complained about it, but works find without the bind. + Other operating systems don't work at all with the bind. * Build fixes for non-GNU/Linux platforms: Mac OS X doesn't define `size_t' as `unsigned int' and therefore needs casting and FreeBSD needs to have `sys/types.h' included before `netinet/*.h'