Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/Network.py
diff options
context:
space:
mode:
authoramartin <olpc@xo-00-CE-12.localdomain>2007-06-25 22:15:34 (GMT)
committer amartin <olpc@xo-00-CE-12.localdomain>2007-06-25 22:15:34 (GMT)
commit3574b37272301f9f27e345d416c57fde75963c6e (patch)
treebb91a52bf22cffec6d1c5694b4da030b9d6e069a /Util/Network.py
parent549dd4318feecb24bbd8631fd04c1ec6755de2c5 (diff)
network
Diffstat (limited to 'Util/Network.py')
-rw-r--r--Util/Network.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/Network.py b/Util/Network.py
index a0c01e4..252bbe1 100644
--- a/Util/Network.py
+++ b/Util/Network.py
@@ -266,7 +266,7 @@ class Network:
if Config.DEBUG > 1: print "Network:: initializing network, wait mode"
try:
self.socket = socket.socket( socket.AF_INET, socket.SOCK_STREAM )
- address = ("",PORT)
+ address = ("",WAIT_PORT)
self.connection[self.socket] = Connection( self.socket, address )
self.socket.bind(address)
self.socket.listen(BACKLOG)