Ejemplo n.º 1
0
 def __init__(self):
     ''' Initialize BitTorrent negotiator '''
     NegotiateServerModule.__init__(self)
     self.peers = {}
Ejemplo n.º 2
0
 def __init__(self):
     ''' Initialize Speedtest negotiator '''
     NegotiateServerModule.__init__(self)
     self.clients = set()
Ejemplo n.º 3
0
 def __init__(self):
     NegotiateServerModule.__init__(self)
     self.peers = {}