Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
HR_Socket_Msg_Demo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
马伊齐
HR_Socket_Msg_Demo
Commits
27b9d295
Commit
27b9d295
authored
Dec 11, 2023
by
马伊齐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除无用注释
parent
95594f8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
SocketServer.c
socket/SocketServer.c
+0
-1
No files found.
socket/SocketServer.c
View file @
27b9d295
...
...
@@ -37,7 +37,6 @@ int main()
sock_info
(
connfd
,
&
ipaddr
,
&
port
);
servaddr
.
sin_addr
.
s_addr
=
ipaddr
;
// 将获取到的字符串反转
char
*
p
=
inet_ntoa
(
servaddr
.
sin_addr
);
printf
(
"connected client IP: %s, port: %d
\n
"
,
p
,
port
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment