摘要:using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Net.Sockets;using System.ServiceModel.Channels;using Sys 阅读全文
ACE的Socket初步
2016-03-14 16:58 by 溪涧, 1369 阅读, 0 推荐, 收藏,
摘要:Tcp通信过程一般为如下步骤: 服务器绑定端口,等待客户端连接。 客户端通过服务器的ip和服务器绑定的端口连接服务器。 服务器和客户端通过网络建立一条数据通路,通过这条数据通路进行数据交互。 常用API: 1. ACE_INET_Addr类。 ACE"地址"类ACE_Addr的子类,表示TCP/IP 阅读全文
浙公网安备 33010602011771号