recv
基本解释
- abbr.接收;收到(receive)
英汉例句
- Ipfw add allow tcp from to in recv.
添加和除去规则例子:。 - L2TP : Zero check error when recv call control message.
第三个表明收到的控制报文中存在应该为0的位不为0的情况。 - The placeholder prefix is SEND for Send connectors or RECV for Receive connectors.
占位符prefix为SEND(对于发送连接器)或RECV(对于接收连接器)。 - BTW: if you want to call recv() with the maximal length of return_msg, please use sizeof(return_msg) instead of strlen(return_msg).
但是就是不明白为什么如果接受的长度大于了实际返回的长度就可能出现我上述的那种情况呢(好像不是所有的时候都那样)! - After finishing the HTTP communication, Web server and browser transfer their Socket provided by system, then execute Socket (), Bind (), ListenO, Accept (), Recv(), SendO, Close ().
基于PC的Web服务器和客户浏览器之间的HTTP通信,是由它们各自调用了系统提供的Socket套接字,执行了Socket()、Bind()、Listen()、Accept()、Recv()、Send()、Close()等过程而完成的。