organise files, use same port number in examples

This commit is contained in:
2015-09-06 20:35:09 +01:00
parent 1151d6893e
commit 97613337c6
7 changed files with 10 additions and 21 deletions

View File

@@ -20,5 +20,5 @@ class SecondaryServerSocket(asyncore.dispatcher_with_send):
def handle_close(self):
print "Disconnected from", self.getpeername( )
MainServerSocket(8881)
MainServerSocket(10000)
asyncore.loop( )