Public bug reported:

Binary package hint: bittorrent

In this file
/usr/share/pyshared/BitTorrent/RawServer.py
two lines can be changed to use AF_INET6 instead to make bittorrent listen for 
connections on ipv6 too.
        server = socket.socket(socket.AF_INET6, socket.SOCK_STREAM)
        sock = socket.socket(socket.AF_INET6, socket.SOCK_STREAM)

AF_INET6 listens for ipv4 connections too, at least on ubuntu.

$ apt-cache policy bittorrent
bittorrent:
  Installed: 3.4.2-11.1ubuntu2
  Candidate: 3.4.2-11.1ubuntu2

$ lsb_release -rd
Description:    Ubuntu jaunty (development branch)
Release:        9.04

** Affects: bittorrent (Ubuntu)
     Importance: Undecided
         Status: New

-- 
bittorrent doesn't listen on tcp6 ipv6 af_inet6
https://bugs.launchpad.net/bugs/337733
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to