| Index: remoting/host/network_settings.h
|
| diff --git a/remoting/host/network_settings.h b/remoting/host/network_settings.h
|
| index e3dd3fd9972057594c51b2e2daabbe6ab836775d..3c1ed97d2abc599758e7c0e32ac72d7c3857d4cd 100644
|
| --- a/remoting/host/network_settings.h
|
| +++ b/remoting/host/network_settings.h
|
| @@ -8,6 +8,13 @@
|
| namespace remoting {
|
|
|
| struct NetworkSettings {
|
| +
|
| + // When hosts are configured with NAT traversal disabled they will
|
| + // typically also limit their P2P ports to this range, so that
|
| + // sessions may be blocked or un-blocked via firewall rules.
|
| + static const int kDefaultMinPort = 12400;
|
| + static const int kDefaultMaxPort = 12409;
|
| +
|
| enum NatTraversalMode {
|
| // Active NAT traversal using STUN and relay servers.
|
| NAT_TRAVERSAL_ENABLED,
|
|
|