TCP 的逻辑实现,可以和客户端连接发送数据
This commit is contained in:
10
include/types.h
Normal file
10
include/types.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#define uint8_t unsigned char
|
||||
#define uint16_t unsigned short
|
||||
#define uint32_t unsigned int
|
||||
#define uint64_t unsigned long long
|
||||
#define int8_t char
|
||||
#define int16_t short
|
||||
#define int32_t int
|
||||
#define int64_t long long
|
||||
|
||||
|
||||
Reference in New Issue
Block a user