Re: IPv6 Link local addresses not supported.
- From: Dan Winship <danw gnome org>
- To: Achuta <coolbuddy goowy com>
- Cc: gtk-devel-list gnome org
- Subject: Re: IPv6 Link local addresses not supported.
- Date: Thu, 02 Dec 2010 12:44:32 -0500
On 11/30/2010 12:12 PM, Achuta wrote:
> Hi,
>
> GLib/GIO cannot listen on IPv6 link local address. This bug is because
> GSocketAddress does not have a field for "sin6_scope_id" to fill in
> interface
> index (as stated in `man 7 ipv6`).
>
> I would like to make the changes. Is there some manual/procedures on
> code contribution and submission?
Not really... read the existing code and make something that looks
similar basically. (And then attach it to the bug you filed, in "git
format-patch" format, or use git-bz to automate that.)
In this case you'd probably want to add
g_inet_socket_address_get_scope_id() and
g_inet_socket_address_set_scope_id().
-- Dan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]