Default to port 6667 instead of 5999

This commit is contained in:
Tony Garnock-Jones 2014-06-18 22:13:58 -04:00
parent e76fa1527c
commit a2eeb6d5e4
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
(pub (tcp-channel us them ?) #:meta-level 1)))))
(spawn-world
(spawn-demand-matcher (tcp-channel (?! (tcp-address ? ?)) (?! (tcp-listener 5999)) ?)
(spawn-demand-matcher (tcp-channel (?! (tcp-address ? ?)) (?! (tcp-listener 6667)) ?)
#:meta-level 1
spawn-session))