Chromium Code Reviews| Index: remoting/host/network_settings.h |
| diff --git a/remoting/host/network_settings.h b/remoting/host/network_settings.h |
| index e3dd3fd9972057594c51b2e2daabbe6ab836775d..a8b167935b52f8f4b4aebc13f1c85054c60c9ae0 100644 |
| --- a/remoting/host/network_settings.h |
| +++ b/remoting/host/network_settings.h |
| @@ -8,6 +8,10 @@ |
| namespace remoting { |
| struct NetworkSettings { |
| + |
| + static const int kDefaultMinPort = 12400; |
|
Sergey Ulanov
2012/08/24 18:47:27
Please add comments to explain how these constants
Wez
2012/08/24 19:51:25
Done.
|
| + static const int kDefaultMaxPort = 12409; |
| + |
| enum NatTraversalMode { |
| // Active NAT traversal using STUN and relay servers. |
| NAT_TRAVERSAL_ENABLED, |