6.2 UDP的传输特性 P112

This commit is contained in:
riba2534
2019-01-17 11:45:58 +08:00
parent 4c87a3280a
commit 560a44ec69
7 changed files with 365 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
#include <arpa/inet.h>
#include <sys/socket.h>
#define BUF_SIZE 1024
#define RLT_SIZE 4
#define RLT_SIZE 4 //字节大小数
#define OPSZ 4
void error_handling(char *message);