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
e4761f04a7
commit
9fb32efed2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/test/utTcpCli.erl
+ 1
- 1
src/test/utTcpCli.erl
View File
@ -36,5 +36,5 @@ loop(Num, Sock) ->
end
.
send
(
N
,
Sock
)
-
>
gen_tcp
:
s
end
(
Sock
,
[
integer_to_list
(
N
)
,
"
:
"
,
<
<
"
Hello, eSockd!
"
>
>
]
)
.
ntCom
:
syncS
end
(
Sock
,
[
integer_to_list
(
N
)
,
"
:
"
,
<
<
"
Hello, eSockd!
"
>
>
]
)
.
Write
Preview
Loading…
Cancel
Save