From cd10eef059e9d9c34c927f3ac53ac43f4a9716c1 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sat, 06 Jun 2020 18:20:40 +0800
Subject: [PATCH] add TLV client database save and send support
---
prj1_tlv/lylib/socket.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/prj1_tlv/lylib/socket.h b/prj1_tlv/lylib/socket.h
index b472ae6..4e8bd61 100644
--- a/prj1_tlv/lylib/socket.h
+++ b/prj1_tlv/lylib/socket.h
@@ -61,7 +61,7 @@
typedef struct socket_s
{
int fd; /* socket fd */
- uint8_t type; /* socket type: listen, accept or accept */
+ uint8_t type; /* socket type: listen, accept or connect */
uint8_t status; /* socket status: SOCK_STAT_INIT,SOCK_STAT_CONNECTED... */
/* socket server/client IP address and port */
--
Gitblit v1.9.1