From d.l.tDeContes at free.fr Sun Jun 3 16:45:42 2007 From: d.l.tDeContes at free.fr (=?ISO-8859-1?Q?Thomas_De=A0Contes?=) Date: Sun, 3 Jun 2007 16:45:42 +0200 Subject: [adasockets] 404 Not Found Message-ID: <1A51521A-11E1-11DC-B24A-000393AF45AE@free.fr> hi :-) why http://www.rfc1149.net/devel/adasockets is no longer available ? -- Mon CV : http://tDeContes.hd.free.fr/divers/emploi/ From d.l.tDeContes at free.fr Thu Jun 7 13:31:11 2007 From: d.l.tDeContes at free.fr (=?ISO-8859-1?Q?Thomas_De=A0Contes?=) Date: Thu, 7 Jun 2007 13:31:11 +0200 Subject: [adasockets] AdaSockets 1.8.5 is released In-Reply-To: <877is549fu.fsf@willow.rfc1149.net> Message-ID: <97DFB5F0-14EA-11DC-B24A-000393AF45AE@free.fr> Le dimanche, 22 avr 2007, ? 01:03 Europe/Paris, Samuel Tardieu a ?crit : > You can get it from the usual location: > > http://www.rfc1149.net/devel/adasockets Well, since this page is out, Could sb send me the last version of adasockets, please ? (If sb has the last version of adasockets but no webspace to push it online, there is http://dl.free.fr/ :-) ) > * New in AdaSockets 1.8.5 > > Use inet_aton instead of inet_addr. Patch sent by Guillaume Foliard > . Why ? What's the interest in inet_aton in comparison with inet_addr ? -- Mon CV : http://tDeContes.hd.free.fr/divers/emploi/ From sam at rfc1149.net Thu Jun 7 13:34:14 2007 From: sam at rfc1149.net (Samuel Tardieu) Date: Thu, 7 Jun 2007 13:34:14 +0200 Subject: [adasockets] AdaSockets 1.8.5 is released In-Reply-To: <97DFB5F0-14EA-11DC-B24A-000393AF45AE@free.fr> References: <877is549fu.fsf@willow.rfc1149.net> <97DFB5F0-14EA-11DC-B24A-000393AF45AE@free.fr> Message-ID: <2007-06-07-13-34-14+trackit+sam@rfc1149.net> On 7/06, Thomas De?Contes wrote: | > http://www.rfc1149.net/devel/adasockets | | Well, since this page is out, I shall fix it later today if I find some time. | Could sb send me the last version of adasockets, please ? | (If sb has the last version of adasockets but no webspace to push it | online, there is http://dl.free.fr/ :-) ) What/who is sb ? | >* New in AdaSockets 1.8.5 | > | >Use inet_aton instead of inet_addr. Patch sent by Guillaume Foliard | >. | | Why ? What's the interest in inet_aton in comparison with inet_addr ? RTFM The inet_addr() function converts the Internet host address cp from numbers-and-dots notation into binary data in network byte order. If the input is invalid, INADDR_NONE (usually -1) is returned. This is an obsolete interface to inet_aton(), described immediately above; it is obsolete because -1 is a valid address (255.255.255.255), and inet_aton() provides a cleaner way to indicate error return. From d.l.tDeContes at free.fr Mon Jun 11 16:49:57 2007 From: d.l.tDeContes at free.fr (=?ISO-8859-1?Q?Thomas_De=A0Contes?=) Date: Mon, 11 Jun 2007 16:49:57 +0200 Subject: [adasockets] AdaSockets 1.8.5 is released In-Reply-To: <2007-06-07-13-34-14+trackit+sam@rfc1149.net> Message-ID: <059E2568-182B-11DC-8438-000393AF45AE@free.fr> Le jeudi, 7 juin 2007, ? 13:34 Europe/Paris, Samuel Tardieu a ?crit : > On 7/06, Thomas De?Contes wrote: > > | > http://www.rfc1149.net/devel/adasockets > | > | Well, since this page is out, > > I shall fix it later today if I find some time. thank you :-) it needn't any patch to be installed, and it seems to work all right, on mac os x :-)) > | What's the interest in inet_aton in comparison with inet_addr ? > > RTFM > > The inet_addr() function converts the Internet host address > cp from > numbers-and-dots notation into binary data in network byte > order. If > the input is invalid, INADDR_NONE (usually -1) is returned. > This is an > obsolete interface to inet_aton(), described immediately above; > it is > obsolete because -1 is a valid address > (255.255.255.255), and > inet_aton() provides a cleaner way to indicate error return. i don't get that when i type "man inet_addr", but all works right, that's the main thing :-) -- Mon CV : http://tDeContes.hd.free.fr/divers/emploi/