File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -788,10 +788,10 @@ private void Net_simple_file_server_FileChange()
788788
789789 /*********************************************************************************************************
790790 *
791- * 说明 一个用于网络间通信的UDP服务引擎,客户端调用UserClient.Net_Udp_Client.SendMessage(data);发送
792- * 详细请参考客户端FormMainWindow中的udp发送说明
791+ * 说明 一个用于网络间通信的UDP服务引擎,客户端调用UserClient.Net_Udp_Client.SendMessage(data);
792+ * 发送详细请参考客户端FormMainWindow中的udp发送说明
793793 * 特点 该Udp引擎非常健壮,接收失败了会抛弃本次接收,自动进入下一轮接收。
794- * 安全 本引擎含有数据长度校验机制,确保服务器接收到的数据是正确的,没有丢失的
794+ * 安全 本引擎含有数据长度校验机制,确保服务器接收到的数据是正确的,没有丢失的,发送的数据是经过加密的
795795 * 注意 如果服务器配置了ReceiveCacheLength = 1024,那么客户端发送的字符串数据长度不能超过1000,否则服务器会自动丢弃,可在日志中查看
796796 * 警告 如果想要你自己的软件支持向本引擎访问,必须使用该网络组件实现,参考客户端定义,否则发送失败
797797 *
You can’t perform that action at this time.
0 commit comments