NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: 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
 
websocketpp::lib::shared_ptr< stub_config::alog_typealog
 
websocketpp::lib::shared_ptr< stub_config::elog_typeelog
 
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::connection_setup ( bool  p_is_server)
inline

Definition at line 135 of file connection.cpp.

Member Data Documentation

◆ ec

websocketpp::lib::error_code connection_setup::ec

Definition at line 140 of file connection.cpp.

◆ alog

websocketpp::lib::shared_ptr<stub_config::alog_type> connection_setup::alog

Definition at line 141 of file connection.cpp.

◆ elog

websocketpp::lib::shared_ptr<stub_config::elog_type> connection_setup::elog

Definition at line 142 of file connection.cpp.

◆ rng

stub_config::rng_type connection_setup::rng

Definition at line 143 of file connection.cpp.

◆ c

websocketpp::connection<stub_config> connection_setup::c

Definition at line 144 of file connection.cpp.

Referenced by BOOST_AUTO_TEST_CASE().


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