Recent trackers (for example BitTornado 0.3.10 which is now in testing)
work around this problem by ignoring compact=1 when the client connects
with IPv6 to the tracker.

BitTornado/BT1/track.py (Line 862):

        if params('compact') and ipv4:
            return_type = 2
        elif params('no_peer_id'):
            return_type = 1
        else:
            return_type = 0

ipv4 is true when the requesting client connected to the tracker with IPv4.

So if your client can connect to the tracker with IPv6 all should be
set. I'm not sure whether you can give the tracker your IPv6 address in
case it is only available with IPv4 anyway.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to