Ditto 1.1.3
Public Member Functions | Public Attributes | List of all members
ditto::LanConfig Class Reference

Part of the PeerToPeer config that relates to LAN connections. More...

#include <TransportConfig.hpp>

Public Member Functions

bool operator== (const LanConfig &other) const
 
bool operator!= (const LanConfig &other) const
 

Public Attributes

bool enabled = false
 
bool mdnsEnabled = true
 
bool multicastEnabled = true
 

Detailed Description

Part of the PeerToPeer config that relates to LAN connections.

Member Data Documentation

◆ enabled

bool ditto::LanConfig::enabled = false

Whether or not LAN connections should be enabled.