mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-17 15:25:35 +00:00
12 lines
160 B
C++
12 lines
160 B
C++
|
#include <link/session.hpp>
|
||
|
|
||
|
namespace llarp
|
||
|
{
|
||
|
bool
|
||
|
ILinkSession::IsRelay() const
|
||
|
{
|
||
|
return GetRemoteRC().IsPublicRouter();
|
||
|
}
|
||
|
|
||
|
} // namespace llarp
|