X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;ds=sidebyside;f=c%3A%2FGit%2FPeerCast.root%2FPeerCast%2Fcore%2Fwin32%2Fwsocket.cpp;fp=c%3A%2FGit%2FPeerCast.root%2FPeerCast%2Fcore%2Fwin32%2Fwsocket.cpp;h=509ba07f97d2cef155cf9a7b5e6b03eeebe5ccba;hb=fdeb54807c210bd5b53b486d1675aba4567e5f2b;hp=4c4d105171ef620844ec5b99154ad027027d695d;hpb=90320d394c0a12f6d48cb710b5e7a91fd04402d5;p=peercast-im%2FPeerCastIM.git diff --git a/c:/Git/PeerCast.root/PeerCast/core/win32/wsocket.cpp b/c:/Git/PeerCast.root/PeerCast/core/win32/wsocket.cpp index 4c4d105..509ba07 100644 --- a/c:/Git/PeerCast.root/PeerCast/core/win32/wsocket.cpp +++ b/c:/Git/PeerCast.root/PeerCast/core/win32/wsocket.cpp @@ -23,7 +23,7 @@ //#include "stdafx.h" -//#include "winsock2.h" +#include "winsock2.h" #include #include #include "wsocket.h" @@ -640,7 +640,7 @@ void WSAClientSocket::close() sockLock.on(); if (sockNum) { -// shutdown(sockNum,SD_SEND); + shutdown(sockNum,SD_SEND); // fix from rev5 setReadTimeout(2000); unsigned int stime = sys->getTime();