Re: [PATCH] Added so_freebind and so_transparent to the listen directive

2014-03-28 Thread Trygve Vea
- Opprinnelig melding - On Mar 27, 2014, at 22:14 , Trygve Vea wrote: - Opprinnelig melding - Hello! Hello! On Thu, Mar 27, 2014 at 04:34:37PM +0100, Trygve Vea wrote: # HG changeset patch # User Trygve Vea trygve@redpill-linpro.com # Date 1395933815

Re: [PATCH] Added so_freebind and so_transparent to the listen directive

2014-03-28 Thread Trygve Vea
- Opprinnelig melding - On Mar 28, 2014, at 14:45 , Trygve Vea wrote: - Opprinnelig melding - On Mar 27, 2014, at 22:14 , Trygve Vea wrote: - Opprinnelig melding - Hello! Hello! On Thu, Mar 27, 2014 at 04:34:37PM +0100, Trygve Vea wrote: # HG

Re: [PATCH] Added so_freebind and so_transparent to the listen directive

2014-03-27 Thread Maxim Dounin
Hello! On Thu, Mar 27, 2014 at 04:34:37PM +0100, Trygve Vea wrote: # HG changeset patch # User Trygve Vea trygve@redpill-linpro.com # Date 1395933815 -3600 # Thu Mar 27 16:23:35 2014 +0100 # Node ID 13e6a37c2f57443b0d5dd0abce8d9d4ab00e31e3 # Parent

Re: [PATCH] Added so_freebind and so_transparent to the listen directive

2014-03-27 Thread Trygve Vea
- Opprinnelig melding - Hello! Hello! On Thu, Mar 27, 2014 at 04:34:37PM +0100, Trygve Vea wrote: # HG changeset patch # User Trygve Vea trygve@redpill-linpro.com # Date 1395933815 -3600 # Thu Mar 27 16:23:35 2014 +0100 # Node ID

Re: [PATCH] Added so_freebind and so_transparent to the listen directive

2014-03-27 Thread Piotr Sikora
Hi Trygve, Added so_freebind and so_transparent to the listen directive This solves a Linux/IPv6-specific problem. To be able to listen to an IPv6 address that is not yet available on the host, one need to use the IP_FREEBIND and IP_TRANSPARENT socket options. The use case in question is

Re: [PATCH] Added so_freebind and so_transparent to the listen directive

2014-03-27 Thread Trygve Vea
- Opprinnelig melding - Hi Trygve, Added so_freebind and so_transparent to the listen directive This solves a Linux/IPv6-specific problem. To be able to listen to an IPv6 address that is not yet available on the host, one need to use the IP_FREEBIND and IP_TRANSPARENT