浏览代码

ft: tcp相关修改

master
SisMaker 3 年前
父节点
当前提交
aedc872d55
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/misc/ntCom.erl

+ 2
- 2
src/misc/ntCom.erl 查看文件

@ -100,10 +100,10 @@ serverName(PoolName, Index) ->
list_to_atom(atom_to_list(PoolName) ++ "_" ++ integer_to_list(Index)).
asName(tcp, PrName) ->
binary_to_atom(<<(atom_to_binary(PrName))/binary, "_TAs">>).
binary_to_atom(<<(atom_to_binary(PrName))/binary, "TAs">>).
lsName(tcp, PrName) ->
binary_to_atom(<<(atom_to_binary(PrName))/binary, "_TLs">>).
binary_to_atom(<<(atom_to_binary(PrName))/binary, "TLs">>).

正在加载...
取消
保存