Linux與windows下setsockopt的一點差別

        主要就是那個時間數據類型不一致。正常設置後,retOpt爲0,不然爲-1。linux windows:windows int nTvlen=1000;  //1s int retOpt=setsockopt(m_Socket,SOL_SOCKET, SO_RCVTIMEO, (const char*)&nTvlen,sizeof(nTvlen));數據類型 linux:im str
相關文章
相關標籤/搜索