Yet more multicast work.

This commit is contained in:
Adam Ierymenko 2019-09-09 15:49:17 -07:00
parent fb6161e9ac
commit 592e743349
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
10 changed files with 207 additions and 548 deletions

View file

@ -481,7 +481,7 @@ public:
/**
* @return Whether this peer is reachable via an aggregate link
*/
inline bool hasAggregateLink()
ZT_ALWAYS_INLINE bool hasAggregateLink() const
{
return _localMultipathSupported && _remoteMultipathSupported && _remotePeerMultipathEnabled;
}