|
Monero
|
A queue of levin messages for a noise i2p/tor link. More...
Public Member Functions | |
| noise_channel (boost::asio::io_service &io_service) | |
| noise_channel (const noise_channel &)=delete | |
| noise_channel & | operator= (const noise_channel &)=delete |
Public Attributes | |
| epee::byte_slice | active |
| std::deque< epee::byte_slice > | queue |
| boost::asio::io_service::strand | strand |
| boost::asio::steady_timer | next_noise |
| boost::uuids::uuid | connection |
A queue of levin messages for a noise i2p/tor link.
|
inlineexplicit |
|
delete |
|
delete |
| epee::byte_slice cryptonote::levin::anonymous_namespace{levin_notify.cpp}::noise_channel::active |
| boost::uuids::uuid cryptonote::levin::anonymous_namespace{levin_notify.cpp}::noise_channel::connection |
| boost::asio::steady_timer cryptonote::levin::anonymous_namespace{levin_notify.cpp}::noise_channel::next_noise |
| std::deque<epee::byte_slice> cryptonote::levin::anonymous_namespace{levin_notify.cpp}::noise_channel::queue |
| boost::asio::io_service::strand cryptonote::levin::anonymous_namespace{levin_notify.cpp}::noise_channel::strand |