int ret;
	ret = WSAStartup(VersionReqd, &wsadata);
	if (ret != 0){
	wshout_err ( WSAGetLastError(), "WSAStartup()");
	}