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

Public Member Functions

 connection_setup (bool p_is_server)
 

Public Attributes

websocketpp::lib::error_code ec
 
stub_config::alog_type alog
 
stub_config::elog_type elog
 
stub_config::rng_type rng
 
websocketpp::connection< stub_configc
 

Detailed Description

Definition at line 134 of file connection.cpp.

Constructor & Destructor Documentation

connection_setup::connection_setup ( bool  p_is_server)
inline

Definition at line 135 of file connection.cpp.

Member Data Documentation

websocketpp::lib::error_code connection_setup::ec

Definition at line 137 of file connection.cpp.

stub_config::alog_type connection_setup::alog

Definition at line 138 of file connection.cpp.

stub_config::elog_type connection_setup::elog

Definition at line 139 of file connection.cpp.

stub_config::rng_type connection_setup::rng

Definition at line 140 of file connection.cpp.

websocketpp::connection<stub_config> connection_setup::c

Definition at line 141 of file connection.cpp.

Referenced by BOOST_AUTO_TEST_CASE().


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