group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
DiscoverySettings.hpp
Go to the documentation of this file.
1
3
4#pragma once
5
11{
12 bool advertiseGlobal = true;
13 bool advertiseLan = true;
14};
Host-managed discovery visibility flags.
Definition DiscoverySettings.hpp:11
bool advertiseLan
True to respond to LAN discovery requests.
Definition DiscoverySettings.hpp:13
bool advertiseGlobal
True to publish this server to the global directory.
Definition DiscoverySettings.hpp:12