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:添加tcp发送函数
master
lijie
1 year ago
parent
cb71cace57
commit
e4761f04a7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/misc/ntCom.erl
+ 1
- 1
src/misc/ntCom.erl
View File
@ -158,7 +158,7 @@ asyncSend(S, Data, OptList) when is_port(S), is_list(OptList) ->
false
-
>
%
Port
busy
when
nosuspend
option
was
passed
{
error
,
busy
}
;
true
-
>
true
ok
catch
error
:
_
-
>
{
error
,
einval
}
end
.
Write
Preview
Loading…
Cancel
Save