[DGD] Problem with multiple ports

Lord Lerkista lordlerkista at gmx.net
Thu Aug 12 02:48:46 CEST 2004


telnet_port     = ([ "*":9000 ]);
binary_port     = 79;
directory       = "/usr/local/mud/cuervo";
users           = 10;
editors         = 10;
ed_tmpfile      = "/tmp/ed";
swap_file       = "/tmp/swap";
swap_size       = 41920;
cache_size      = 100;
sector_size     = 5120;
swap_fragment   = 50;
static_chunk    = 64512;
dynamic_chunk   = 261120;
dump_file       = "/tmp/dump";
dump_interval   = 3600;
typechecking    = 0;
include_file    = "/dgd/include/auto.h";
include_dirs    = ({"/dgd/include","/room"});
auto_object     = "/dgd/lib/auto";
driver_object   = "/dgd/sys/driver";
create          = "_F_create";
array_size      = 30000;
objects         = 65000;
call_outs       = 10000;

That works, but with only one port, if add others like that:

telnet_port  = ([ "*":9000,9100]);
i get the:

Config error, line 1: string expected

Anyone have a working config with multiple ports??

_________________________________________________________________
List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list