[avahi] Re: [avahi-commits] r652 - in /trunk/avahi-daemon: avahi-daemon.conf main.c

Marc Krochmal marc at apple.com
Thu Sep 29 09:50:50 PDT 2005


Thanks Lennart.  I'm very happy.  :-)


On Sep 29, 2005, at 9:32 AM, svnmailer-noreply at 0pointer.de wrote:

> Author: lennart
> Date: Thu Sep 29 18:32:41 2005
> New Revision: 652
>
> URL: http://0pointer.de/cgi-bin/viewcvs.cgi? 
> rev=652&root=avahi&view=rev
> Log:
> change default value of "disallow-other-stacks" to "no" to make  
> Marc happy. (i.e. enable SO_REUSEADDR by default)
>
> Modified:
>     trunk/avahi-daemon/avahi-daemon.conf
>     trunk/avahi-daemon/main.c
>
> Modified: trunk/avahi-daemon/avahi-daemon.conf
> URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/avahi-daemon/ 
> avahi-daemon.conf?rev=652&root=avahi&r1=651&r2=652&view=diff
> ====================================================================== 
> ========
> --- trunk/avahi-daemon/avahi-daemon.conf (original)
> +++ trunk/avahi-daemon/avahi-daemon.conf Thu Sep 29 18:32:41 2005
> @@ -7,7 +7,7 @@
>  use-iff-running=no
>  enable-dbus=yes
>  add-service-cookie=yes
> -disallow-other-stacks=yes
> +disallow-other-stacks=no
>
>  [wide-area]
>  enable-wide-area=yes
>
> Modified: trunk/avahi-daemon/main.c
> URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/avahi-daemon/ 
> main.c?rev=652&root=avahi&r1=651&r2=652&view=diff
> ====================================================================== 
> ========
> --- trunk/avahi-daemon/main.c (original)
> +++ trunk/avahi-daemon/main.c Thu Sep 29 18:32:41 2005
> @@ -873,7 +873,6 @@
>      init_rand_seed();
>
>      avahi_server_config_init(&config.server_config);
> -    config.server_config.disallow_other_stacks = 1;
>      config.command = DAEMON_RUN;
>      config.daemonize = 0;
>      config.config_file = NULL;
>
> _______________________________________________
> avahi-commits mailing list
> avahi-commits at mail.0pointer.de
> https://tango.0pointer.de/mailman/listinfo/avahi-commits


More information about the avahi mailing list