基于UDP協(xié)議的WinSock編程

基于UDP協(xié)議的WinSock編程

ID:38711469

大?。?7.50 KB

頁數(shù):7頁

時間:2019-06-18

基于UDP協(xié)議的WinSock編程_第1頁
基于UDP協(xié)議的WinSock編程_第2頁
基于UDP協(xié)議的WinSock編程_第3頁
基于UDP協(xié)議的WinSock編程_第4頁
基于UDP協(xié)議的WinSock編程_第5頁
資源描述:

《基于UDP協(xié)議的WinSock編程》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫

1、WinSocket編程(基于UDP)對于在一個無連接套接字上接收數(shù)據(jù)的進程來說,步驟并不復雜。先用WSAStartup來加載WinscockDLL相應版本,然后用socket或WSASocket建立套接字。再把這個套接字和準備接收數(shù)據(jù)的接口綁定在一起。這是通過bind函數(shù)來完成的。和面向連接會話不同的是,我們不必調(diào)用listen和accept。1、Winsock的初始化每個Winsock應用都必須加載WinsockDLL的相應版本。如果調(diào)用Winsock之前,沒有加載Winsock庫,這個函數(shù)就會返回一個SOCKET_ERROR,錯誤信息是WSANOTINITIALISED。加載Winsoc

2、k庫是通過調(diào)用WSAStartup函數(shù)實現(xiàn)的。這個函數(shù)的定義如下:intWSAStartup(WORDwVersionRequested,LPWSADATAlpWSAData);wVersionRequested[in]HighestversionofWindowsSocketssupportthatthecallercanuse.Thehigh-orderbytespecifiestheminorversion(revision)number;thelow-orderbytespecifiesthemajorversionnumber.lpWSAData[out]PointertotheW

3、SADATAdatastructurethatistoreceivedetailsoftheWindowsSocketsimplementation.TheWSAStartupfunctionreturnszeroifsuccessful.Otherwise,itreturnsoneoftheerrorcodeslistedinthefollowing.AnapplicationcannotcallWSAGetLastErrortodeterminetheerrorcodeasisnormallydoneinWindowsSocketsifWSAStartupfails.TheWs2_32.

4、dllwillnothavebeenloadedinthecaseofafailuresotheclientdataareawherethelasterrorinformationisstoredcouldnotbeestablished.ErrorcodeMeaningWSASYSNOTREADYIndicatesthattheunderlyingnetworksubsystemisnotreadyfornetworkcommunication.WSAVERNOTSUPPORTEDTheversionofWindowsSocketssupportrequestedisnotprovided

5、bythisparticularWindowsSocketsimplementation.WSAEINPROGRESSAblockingWindowsSockets1.1operationisinprogress.WSAEPROCLIMLimitonthenumberoftaskssupportedbytheWindowsSocketsimplementationhasbeenreached.WSAEFAULTThelpWSADataisnotavalidpointer.注釋:TheWSAStartupfunctionmustbethefirstWindowsSocketsfunctionc

6、alledbyanapplicationorDLL.ItallowsanapplicationorDLLtospecifytheversionofWindowsSocketsrequiredandretrievedetailsofthespecificWindowsSocketsimplementation.TheapplicationorDLLcanonlyissuefurtherWindowsSocketsfunctionsaftersuccessfullycallingWSAStartup.(在使用WindowsSockets之前必須調(diào)用WSAStartup加載Winsocket庫成功

7、)  OnceanapplicationorDLLhasmadeasuccessfulWSAStartupcall,itcanproceedtomakeotherWindowsSocketscallsasneeded.WhenithasfinishedusingtheservicesoftheWs2_32.dll,theapplicationorDLLmustcallWSACleanuptoallowtheW

當前文檔最多預覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當前文檔最多預覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學公式或PPT動畫的文件,查看預覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負責整理代發(fā)布。如果您對本文檔版權(quán)有爭議請及時聯(lián)系客服。
3. 下載前請仔細閱讀文檔內(nèi)容,確認文檔內(nèi)容符合您的需求后進行下載,若出現(xiàn)內(nèi)容與標題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡波動等原因無法下載或下載錯誤,付費完成后未能成功下載的用戶請聯(lián)系客服處理。