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()等過程而完成的。