As a nod to the legacy of DikuMUD, use 4000/tcp as the example
listening socket instead of 6669/tcp.
.mudpy.movement.west.vector: [-1,0,0]
.mudpy.network.host: '::1'
-.mudpy.network.port: 6669
+.mudpy.network.port: 4000
#.mudpy.process.daemon: true
#.mudpy.process.pidfile: mudpy.pid
.mudpy.movement.west.vector: [-1,0,0]
.mudpy.network.host: '::1'
-.mudpy.network.port: 6669
+.mudpy.network.port: 4000
.mudpy.process.daemon: true
.mudpy.process.pidfile: var/mudpy.pid
success = True
start = time.time()
for luser in lusers:
- luser.open("::1", 6669)
+ luser.open("::1", 4000)
for test, description in dialogue:
print("\nTesting %s..." % description)
test_start = time.time()