[Bug 24775] New: get_local_interfaces_ips() not implemented on Windows

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Oct 28 15:58:54 CET 2009


http://bugs.freedesktop.org/show_bug.cgi?id=24775

           Summary: get_local_interfaces_ips() not implemented on Windows
           Product: Telepathy
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: lowest
         Component: gabble
        AssignedTo: telepathy-bugs at lists.freedesktop.org
        ReportedBy: simon.mcvittie at collabora.co.uk


Gabble's get_local_interfaces_ips() in src/bytestream-socks5.c (which is stolen
from Farsight 2) doesn't work on Windows.

In my 08-portability branch (Bug #24395) I've stubbed it out. If anyone wants
SOCKS5 bytestreams (used in file transfers and stream Tubes) to work on
Windows, they should implement this function: it's meant to return a GSList* in
which each element is something like g_strdup ("127.0.0.1"). According to a
quick Google search, using ioctlsocket() and SIO_GET_INTERFACE_LIST may be the
way forward.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the telepathy-bugs mailing list