Samuel Tardieu | 22 Apr 01:02
Favicon
Gravatar

AdaSockets 1.8.5 is released

You can get it from the usual location:

  http://www.rfc1149.net/devel/adasockets

Here are the changes since 1.8.5. Thanks to Karl A. Nyberg for helping
prepare this release.

* New in AdaSockets 1.8.5

Fix locking race condition in naming routines. Bug found and fix sent by
Dmitriy Anisimkov <anisimkov <at> ada-ru.org>.

Allow explicit interface selection for multicast sockets. Patch sent by
Guillaume Foliard <guifo <at> wanadoo.fr>.

Use inet_aton instead of inet_addr. Patch sent by Guillaume Foliard
<guifo <at> wanadoo.fr>.

Use -lresolv on Solaris for inet_aton.

Update build process with latest autotools.

Use stdlib.h and string.h in constants.c when appropriate.
--

-- 
Samuel Tardieu -- sam <at> rfc1149.net -- http://www.rfc1149.net/

_______________________________________________
AdaSockets mailing list
AdaSockets <at> lists.rfc1149.net
http://lists.rfc1149.net/mailman/listinfo/adasockets
(Continue reading)

Thomas De Contes | 7 Jun 13:31
Favicon

Re: AdaSockets 1.8.5 is released


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
> <guifo <at> wanadoo.fr>.

Why ? What's the interest in inet_aton in comparison with inet_addr ?

--

-- 
Mon CV : http://tDeContes.hd.free.fr/divers/emploi/

_______________________________________________
AdaSockets mailing list
AdaSockets <at> lists.rfc1149.net
http://lists.rfc1149.net/mailman/listinfo/adasockets

Samuel Tardieu | 7 Jun 13:34
Favicon
Gravatar

Re: AdaSockets 1.8.5 is released

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
| ><guifo <at> wanadoo.fr>.
| 
| 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.

(Continue reading)

Thomas De Contes | 11 Jun 16:49
Favicon

Re: AdaSockets 1.8.5 is released


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
(Continue reading)


Gmane