recv
基本解釋
- abbr.接收;收到(receive)
英漢例句
- Ipfw add allow tcp from to in recv.
添加和除去規(guī)則例子:。 - L2TP : Zero check error when recv call control message.
第三個表明收到的控制報文中存在應(yīng)該為0的位不為0的情況。 - The placeholder prefix is SEND for Send connectors or RECV for Receive connectors.
占位符prefix為SEND(對于發(fā)送連接器)或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).
但是就是不明白為什么如果接受的長度大于了實際返回的長度就可能出現(xiàn)我上述的那種情況呢(好像不是所有的時候都那樣)! - 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服務(wù)器和客戶瀏覽器之間的HTTP通信,是由它們各自調(diào)用了系統(tǒng)提供的Socket套接字,執(zhí)行了Socket()、Bind()、Listen()、Accept()、Recv()、Send()、Close()等過程而完成的。