--- deliantra/server/ext/tcp.ext 2012/11/05 23:23:04 1.23 +++ deliantra/server/ext/tcp.ext 2012/11/05 23:24:02 1.24 @@ -9,7 +9,7 @@ CONF BIND_ADDRESSES = [[undef, 13327]]; -our $MAX_DETECT = 16; # how many bytes to raed to identify the protocol +our $MAX_DETECT = 32; # how many bytes to read to identify the protocol our @LISTENERS;