This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
eNet
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ft: 代码修改
master
SisMaker
3 years ago
parent
d2947234cb
commit
88d1967538
3 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/proxyPt/ntPptListener.erl
+0
-1
src/ssl/ntSslListener.erl
+0
-1
src/tcp/ntTcpListener.erl
+ 0
- 1
src/proxyPt/ntPptListener.erl
View File
@ -119,7 +119,6 @@ handleMsg(_Msg, _State) ->
kpS
.
terminate
(
Reason
,
#state
{
lSock
=
LSock
}
)
-
>
%
%
关
闭
这
个
监
听
LSock
监
听
进
程
收
到
tcp_close
然
后
终
止
acctptor进程
catch
port_close
(
LSock
)
,
exit
(
Reason
)
.
+ 0
- 1
src/ssl/ntSslListener.erl
View File
@ -119,7 +119,6 @@ handleMsg(_Msg, _State) ->
kpS
.
terminate
(
Reason
,
#state
{
lSock
=
LSock
}
)
-
>
%
%
关
闭
这
个
监
听
LSock
监
听
进
程
收
到
tcp_close
然
后
终
止
acctptor进程
catch
port_close
(
LSock
)
,
exit
(
Reason
)
.
+ 0
- 1
src/tcp/ntTcpListener.erl
View File
@ -119,7 +119,6 @@ handleMsg(_Msg, _State) ->
kpS
.
terminate
(
Reason
,
#state
{
lSock
=
LSock
}
)
-
>
%
%
关
闭
这
个
监
听
LSock
监
听
进
程
收
到
tcp_close
然
后
终
止
acctptor进程
catch
port_close
(
LSock
)
,
exit
(
Reason
)
.
Write
Preview
Loading…
Cancel
Save