Retail products


Traffic interception SDK

Control every TCP/IP network connection

  • Route connections via proxy
  • Redirect connections and modify the data
  • Block connections and applications
SSL interception SDK

View SSL in plaintext and modify it

  • View the SSL stream decrypted in plaintext
  • Redirect SSL connection and modify decrypted data
  • Browser shows "SSL lock" without warnings

Documentation


ThreadPool.cpp File Reference

#include "stdafx.h"
#include "ThreadPool.h"
#include "ErrorHandlerMacros.h"
#include "GenericSemaphore.h"
#include "GenericCriticalSection.h"
#include "GenericEvent.h"
#include "WaitList.h"
#include "OSManager.h"

Include dependency graph for ThreadPool.cpp:

Go to the source code of this file.


Defines

#define CThreadPool_Class   "CThreadPool"
#define THREAD_TIMEOUT   10000

Define Documentation

#define CThreadPool_Class   "CThreadPool"

Definition at line 54 of file ThreadPool.cpp.

#define THREAD_TIMEOUT   10000

Definition at line 57 of file ThreadPool.cpp.