Docs and cleanup.
This commit is contained in:
parent
740eb6ebc4
commit
3883ac08c7
4 changed files with 9 additions and 16 deletions
|
@ -186,7 +186,7 @@ public:
|
|||
void pushDirectPaths(Path *path,uint64_t now,bool force);
|
||||
|
||||
/**
|
||||
* @return All known direct paths to this peer
|
||||
* @return All known direct paths to this peer (active or inactive)
|
||||
*/
|
||||
inline std::vector<Path> paths() const
|
||||
{
|
||||
|
@ -216,11 +216,6 @@ public:
|
|||
*/
|
||||
inline uint64_t lastFrame() const throw() { return std::max(_lastUnicastFrame,_lastMulticastFrame); }
|
||||
|
||||
/**
|
||||
* @return Time we last announced state TO this peer, such as multicast LIKEs
|
||||
*/
|
||||
inline uint64_t lastAnnouncedTo() const throw() { return _lastAnnouncedTo; }
|
||||
|
||||
/**
|
||||
* @return True if this peer has sent us real network traffic recently
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue