You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by "Goetz, Philippe" <Ph...@siemens.com> on 2011/01/24 11:37:10 UTC

[PATCH] apr-1.4.2-win32-src.zip - Incomplete IPv6 multicast support

Hi,

Windows is special as ever. The find_if_index using iface returns always 0 (meaning all/any interfaces). But in fact, the struct sockaddr_in6 has a a parameter that is the if_index to be used iface->sa.sin6.sin6_scope_id. Here the patch for this.



Mit freundlichen Grüßen
Philippe Goetz

Siemens AG
Industry Sector
Building Technologies Division
Fire Safety & Security Products
I BT FS SYS R&D MCH MN
Siemensallee 84
76187 Karlsruhe, Deutschland
Tel.: +49 (721) 595-8006
Fax: +49 (721) 595-2606
mailto:philippe.goetz@siemens.com

Siemens Aktiengesellschaft: Vorsitzender des Aufsichtsrats: Gerhard Cromme; Vorstand: Peter Löscher, Vorsitzender; Wolfgang Dehen, Brigitte Ederer, Joe Kaeser, Barbara Kux, Hermann Requardt, Siegfried Russwurm, Peter Y. Solmssen; Sitz der Gesellschaft: Berlin und München, Deutschland; Registergericht: Berlin Charlottenburg, HRB 12300, München, HRB 6684; WEEE-Reg.-Nr. DE 23691322




Re: [PATCH] apr-1.4.2-win32-src.zip - Incomplete IPv6 multicast support

Posted by Ruediger Pluem <rp...@apache.org>.

On 01/24/2011 11:37 AM, Goetz, Philippe wrote:
> Hi,
> 
> Windows is special as ever. The find_if_index using iface returns always 0 (meaning all/any interfaces). But in fact, the struct sockaddr_in6 has a a parameter that is the if_index to be used iface->sa.sin6.sin6_scope_id. Here the patch for this.


This looks like the broadcast patch you sent before.

Regards

Rüdiger