#include <Network.h>
|
| | NetworkPreferences (unsigned short lp=c_defaultListenPort) |
| |
| | NetworkPreferences (std::string const &l, unsigned short lp=c_defaultListenPort, bool u=true) |
| |
| | NetworkPreferences (std::string const &publicIP, std::string const &l=std::string(), unsigned short lp=c_defaultListenPort, bool u=true) |
| |
Definition at line 42 of file Network.h.
| dev::p2p::NetworkPreferences::NetworkPreferences |
( |
unsigned short |
lp = c_defaultListenPort | ) |
|
|
inline |
| dev::p2p::NetworkPreferences::NetworkPreferences |
( |
std::string const & |
l, |
|
|
unsigned short |
lp = c_defaultListenPort, |
|
|
bool |
u = true |
|
) |
| |
|
inline |
| dev::p2p::NetworkPreferences::NetworkPreferences |
( |
std::string const & |
publicIP, |
|
|
std::string const & |
l = std::string(), |
|
|
unsigned short |
lp = c_defaultListenPort, |
|
|
bool |
u = true |
|
) |
| |
|
inline |
| bool dev::p2p::NetworkPreferences::discovery = true |
| std::string dev::p2p::NetworkPreferences::listenIPAddress |
| unsigned short dev::p2p::NetworkPreferences::listenPort = c_defaultListenPort |
| bool dev::p2p::NetworkPreferences::pin = false |
| std::string dev::p2p::NetworkPreferences::publicIPAddress |
| bool dev::p2p::NetworkPreferences::traverseNAT = true |
The documentation for this struct was generated from the following file: