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
8cf474ea
Commit
8cf474ea
authored
Dec 19, 2023
by
马伊齐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Socket部分
parent
9a50cba3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
SocketClient.c
socket/SocketClient.c
+1
-1
SocketServer.c
socket/SocketServer.c
+0
-0
No files found.
socket/SocketClient.c
100644 → 100755
View file @
8cf474ea
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#include <arpa/inet.h>
#include <arpa/inet.h>
#define PORT 8888 // 服务器端口号
#define PORT 8888 // 服务器端口号
#define IP "1
92.168.232.129
"
#define IP "1
72.27.92.202
"
int
main
(
int
argc
,
char
*
argv
[])
int
main
(
int
argc
,
char
*
argv
[])
{
{
...
...
socket/SocketServer.c
100644 → 100755
View file @
8cf474ea
File mode changed from 100644 to 100755
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