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


SocketBase.cpp File Reference

#include "stdafx.h"
#include "SocketBase.h"
#include "ErrorHandlerMacros.h"
#include "OSManager.h"
#include "GenericCriticalSection.h"
#include "LibConfig.h"
#include <memory>

Include dependency graph for SocketBase.cpp:

Go to the source code of this file.


Defines

#define THREAD_TIMEOUT   10000
#define CSocketBase_Class   "CSocketBase"

Define Documentation

#define CSocketBase_Class   "CSocketBase"

Definition at line 78 of file SocketBase.cpp.

#define THREAD_TIMEOUT   10000

Definition at line 76 of file SocketBase.cpp.