Ver a proveniência

ft: tcp相关修改

master
SisMaker há 3 anos
ascendente
cometimento
aedc872d55
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      src/misc/ntCom.erl

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

@ -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
Guardar