NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
debug_config_client::transport_config Struct Reference

Public Types

typedef type::concurrency_type concurrency_type
 
typedef type::elog_type elog_type
 
typedef type::alog_type alog_type
 
typedef type::request_type request_type
 
typedef type::response_type response_type
 

Static Public Attributes

static bool const enable_multithreading = true
 Controls compile time enabling/disabling of thread syncronization code Disabling can provide a minor performance improvement to single threaded applications. More...
 
static const long timeout_socket_pre_init = 5000
 Default timer values (in ms) More...
 
static const long timeout_proxy = 5000
 
static const long timeout_socket_post_init = 5000
 
static const long timeout_connect = 5000
 
static const long timeout_socket_shutdown = 5000
 

Detailed Description

Definition at line 103 of file connection.cpp.

Member Typedef Documentation

Member Data Documentation

bool const debug_config_client::transport_config::enable_multithreading = true
static

Controls compile time enabling/disabling of thread syncronization code Disabling can provide a minor performance improvement to single threaded applications.

Definition at line 113 of file connection.cpp.

const long debug_config_client::transport_config::timeout_socket_pre_init = 5000
static

Default timer values (in ms)

Definition at line 116 of file connection.cpp.

const long debug_config_client::transport_config::timeout_proxy = 5000
static

Definition at line 117 of file connection.cpp.

const long debug_config_client::transport_config::timeout_socket_post_init = 5000
static

Definition at line 118 of file connection.cpp.

const long debug_config_client::transport_config::timeout_connect = 5000
static

Definition at line 119 of file connection.cpp.

const long debug_config_client::transport_config::timeout_socket_shutdown = 5000
static

Definition at line 120 of file connection.cpp.


The documentation for this struct was generated from the following file: