使用TclientSock的block方式是,如何终止他的连接?(100分)

  • 主题发起人 主题发起人 buff
  • 开始时间 开始时间
指的是客户端自己中止还是服务器强行中止?
自己中止应该是很简单的,服务器上需要找到该客户端对应的SOCKET通道再进行中止。
 
客户端!
 
???
直接close就好了啊!
For client sockets, Close terminates the connection to the server. For server sockets, Close shuts down the connection so that the server socket is no longer listening for client requests.
 
使用阻塞方式,呀,不可以得!
比如我connect/或则读取超过60s还补可以,时候,需要程序断掉他,可是这个时候是blocking呀,如合作?
 
后退
顶部