Subject: Re: IPv6,IPv4 daemon
To: Mario Kemper <magick@zhadum.de>
From: Bill Studenmund <wrstuden@netbsd.org>
List: tech-net
Date: 02/20/2002 11:30:08
On 19 Feb 2002, Mario Kemper wrote:

>         Hi,
>
> what is the usual way to make a daemon accept IPv6 and IPv4 connections
> on one interface (eg lo0).
> Is it necessary to make two binds to different sockets for each
> protocol or is there a way to make the socket multiple protocol able?

You would make two binds on two different sockets.

Take care,

Bill