nlsr::SyncLogicOptions Struct Reference

#include <sync-logic-handler.hpp>

+ Collaboration diagram for nlsr::SyncLogicOptions:

Public Attributes

HyperbolicState hyperbolicState
 
ndn::Name routerPrefix
 
ndn::time::milliseconds syncInterestLifetime
 
ndn::Name syncPrefix
 
SyncProtocol syncProtocol
 
ndn::Name userPrefix
 

Detailed Description

Definition at line 35 of file sync-logic-handler.hpp.

Member Data Documentation

◆ hyperbolicState

HyperbolicState nlsr::SyncLogicOptions::hyperbolicState

Definition at line 42 of file sync-logic-handler.hpp.

◆ routerPrefix

ndn::Name nlsr::SyncLogicOptions::routerPrefix

Definition at line 41 of file sync-logic-handler.hpp.

◆ syncInterestLifetime

ndn::time::milliseconds nlsr::SyncLogicOptions::syncInterestLifetime

Definition at line 40 of file sync-logic-handler.hpp.

◆ syncPrefix

ndn::Name nlsr::SyncLogicOptions::syncPrefix

Definition at line 38 of file sync-logic-handler.hpp.

◆ syncProtocol

SyncProtocol nlsr::SyncLogicOptions::syncProtocol

Definition at line 37 of file sync-logic-handler.hpp.

◆ userPrefix

ndn::Name nlsr::SyncLogicOptions::userPrefix

Definition at line 39 of file sync-logic-handler.hpp.