remove application stuff
This commit is contained in:
parent
329a701395
commit
b55e430568
@ -19,7 +19,6 @@ import hmac
|
|||||||
import hashlib
|
import hashlib
|
||||||
import socket
|
import socket
|
||||||
import csv
|
import csv
|
||||||
import time
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
#************************************************
|
#************************************************
|
||||||
@ -394,9 +393,6 @@ class IPSC(DatagramProtocol):
|
|||||||
# We have to know when we have a new peer list, so a variable to indicate we do (or don't)
|
# We have to know when we have a new peer list, so a variable to indicate we do (or don't)
|
||||||
#
|
#
|
||||||
self._peer_list = []
|
self._peer_list = []
|
||||||
#
|
|
||||||
# A place to keep track of calls that are active on this IPSC
|
|
||||||
self.ACTIVE_CALLS = []
|
|
||||||
args = ()
|
args = ()
|
||||||
|
|
||||||
|
|
||||||
@ -509,8 +505,9 @@ class IPSC(DatagramProtocol):
|
|||||||
|
|
||||||
def reporting_loop(self):
|
def reporting_loop(self):
|
||||||
# Right now, without this, we really dont' know anything is happening.
|
# Right now, without this, we really dont' know anything is happening.
|
||||||
print_master(self._network)
|
# print_master(self._network)
|
||||||
print_peer_list(self._network)
|
# print_peer_list(self._network)
|
||||||
|
pass
|
||||||
|
|
||||||
def maintenance_loop(self):
|
def maintenance_loop(self):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user