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
e404ac1a
Commit
e404ac1a
authored
Dec 20, 2023
by
马伊齐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除无用类型定义
parent
5571d66a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
sock_msg.h
lib/sock_msg.h
+0
-3
No files found.
lib/sock_msg.h
View file @
e404ac1a
...
@@ -12,9 +12,6 @@
...
@@ -12,9 +12,6 @@
#define BUFFER_SIZE 4096 // 缓冲区大小
#define BUFFER_SIZE 4096 // 缓冲区大小
#define MAX_CLIENTS 10 // 最大连接客户端数量
#define MAX_CLIENTS 10 // 最大连接客户端数量
typedef
unsigned
short
uint16_t
;
typedef
unsigned
int
uint32_t
;
typedef
struct
message
{
typedef
struct
message
{
uint16_t
type
;
uint16_t
type
;
uint32_t
code
;
uint32_t
code
;
...
...
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