SisMaker 3 лет назад
Родитель
Сommit
cfe3394cf0
4 измененных файлов: 0 добавлений и 5 удалений
  1. +0
    -1
      src/proxyPt/ntPptListener.erl
  2. +0
    -1
      src/ssl/ntSslListener.erl
  3. +0
    -1
      src/tcp/ntTcpListener.erl
  4. +0
    -2
      src/udp/ntUdpSrv.erl

+ 0
- 1
src/proxyPt/ntPptListener.erl Просмотреть файл

@ -92,7 +92,6 @@ loop(Parent, State) ->
-define(DefTcpOpts, [{nodelay, true}, {reuseaddr, true}, {send_timeout, 30000}, {send_timeout_close, true}]).
init({AptSupName, Port, ListenOpts}) ->
process_flag(trap_exit, true),
TcpOpts = ?getLValue(tcpOpts, ListenOpts, []),
LastTcpOpts = ntCom:mergeOpts(?DefTcpOpts, TcpOpts),
%% Don't active the socket...

+ 0
- 1
src/ssl/ntSslListener.erl Просмотреть файл

@ -92,7 +92,6 @@ loop(Parent, State) ->
-define(DefTcpOpts, [{nodelay, true}, {reuseaddr, true}, {send_timeout, 30000}, {send_timeout_close, true}]).
init({AptSupName, Port, ListenOpts}) ->
process_flag(trap_exit, true),
TcpOpts = ?getLValue(tcpOpts, ListenOpts, []),
LastTcpOpts = ntCom:mergeOpts(?DefTcpOpts, TcpOpts),
%% Don't active the socket...

+ 0
- 1
src/tcp/ntTcpListener.erl Просмотреть файл

@ -92,7 +92,6 @@ loop(Parent, State) ->
-define(DefTcpOpts, [{nodelay, true}, {reuseaddr, true}, {send_timeout, 30000}, {send_timeout_close, true}]).
init({AptSupName, Port, ListenOpts}) ->
process_flag(trap_exit, true),
TcpOpts = ?getLValue(tcpOpts, ListenOpts, []),
LastTcpOpts = ntCom:mergeOpts(?DefTcpOpts, TcpOpts),
%% Don't active the socket...

+ 0
- 2
src/udp/ntUdpSrv.erl Просмотреть файл

@ -95,8 +95,6 @@ loop(Parent, State) ->
-define(DefUdpOpts, [binary, {reuseaddr, true}]).
init({Port, UoOpts}) ->
process_flag(trap_exit, true),
UdpOpts = ?getLValue(udpOpts, UoOpts, []),
LastUdpOpts = ntCom:mergeOpts(?DefUdpOpts, UdpOpts),
%% Don't active the socket...

Загрузка…
Отмена
Сохранить