代码搜索:IOCPServer
找到约 47 项符合「IOCPServer」的源代码
代码结果 47
www.eeworm.com/read/457649/7321372
cpp iocpserver.cpp
#include "IocpServer.h"
#include
#pragma comment(lib, "WS2_32.lib")
CIOCPServer::CIOCPServer()
{
// 列表
m_pFreeBufferList = NULL;
m_pFreeContextList = NULL;
m_pPendingAccepts =
www.eeworm.com/read/457649/7321376
h iocpserver.h
#ifndef __IOCPSERVER_H_
#define __IOCPSERVER_H_
#include
#include
#define BUFFER_SIZE 1024*4 // I/O请求的缓冲区大小
#define MAX_THREAD 2 // I/O服务线程的数量
//缓冲区对象 用来描述per-
www.eeworm.com/read/338528/12294946
ncb iocpserver.ncb
www.eeworm.com/read/338528/12294956
cpp iocpserver.cpp
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNES
www.eeworm.com/read/338528/12294962
h iocpserver.h
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNES
www.eeworm.com/read/343231/3223563
cpp iocpserver.cpp
//
// Sample: I/O Completion Port IPv4/IPv6 Server
//
// Files:
// iocpserver.cpp - this file
// resolve.cpp - Common name resolution routines
// resolve.h - Head
www.eeworm.com/read/343231/3223738
cpp iocpserver.cpp
//
// Sample: I/O Completion Port IPv4/IPv6 Server
//
// Files:
// iocpserver.cpp - this file
// resolve.cpp - Common name resolution routines
// resolve.h - Head
www.eeworm.com/read/316703/3608715
h iocpserver.h
// IOCPServer.h: interface for the CIOCPServer class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_IOCPSERVER_H__1EC64F02_5939_46BF_B121_DEDD88DB2D1B
www.eeworm.com/read/316703/3608716
cpp iocpserver.cpp
// IOCPServer.cpp: implementation of the CIOCPServer class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "IOCPServer.h"
/////////////