Add packet utils to packet.h

This commit is contained in:
luwenpeng
2024-04-11 19:44:02 +08:00
parent 84541c40e2
commit 17f5d338de
32 changed files with 615 additions and 558 deletions

View File

@@ -272,7 +272,7 @@ void log_print(enum log_level level, const char *module, const char *fmt, ...)
}
int nwrite;
char buf[2048] = {0};
char buf[4096] = {0};
char *p = buf;
char *end = buf + sizeof(buf);
va_list args;