Explorar el Código

ft: tcp相关修改

master
SisMaker hace 3 años
padre
commit
aedc872d55
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/misc/ntCom.erl

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

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

Cargando…
Cancelar
Guardar