From 43a074b89a93335216427ad63f2930c3caaa358e Mon Sep 17 00:00:00 2001 From: ZGGSONG Date: Wed, 22 Dec 2021 09:52:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 23b7e2a..c7f2456 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Introduction +TCP长连接Demo,支持双向发送接收文件 + +- 接收数据 1001 为心跳 +- 接受数据 1000 为文件,且第一次接受的25个字节为 1000&eqpName&fileName + - 文件数据 以 ` 结尾 + ``` . ├── TCPServer