--- BitTorrent/track.py 3 Nov 2004 15:59:53 -0000 1.1.1.11.2.13 +++ BitTorrent/track.py 3 Nov 2004 17:06:25 -0000 1.1.1.11.2.14 @@ -496,6 +496,9 @@ else : return (200, 'OK', {'Content-Type': 'text/plain', 'Pragma': 'no-cache'}, bencode({'failure reason': 'ACCESO DENEGADO POR PUERTO CERRADO. !!ABRA PUERTOS Y REINICIE SU CLIENTE BITTORRENT!!'}),self.get_usuario(connection)) + else : + if to_nat < self.natcheck : + NatCheck(self.connectback_result, infohash, myid, ip, port, self.rawserver) else: peers[myid]['nat'] = 0 elif confirm: