Ver código fonte

ft: tcp相关修改

master
SisMaker 3 anos atrás
pai
commit
aedc872d55
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      src/misc/ntCom.erl

+ 2
- 2
src/misc/ntCom.erl Ver arquivo

@ -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">>).

Carregando…
Cancelar
Salvar