| Index: content/browser/devtools/tethering_handler.cc
|
| diff --git a/content/browser/devtools/tethering_handler.cc b/content/browser/devtools/tethering_handler.cc
|
| index a567797c1f584a2c642cc86285a44bba7f18b0d1..b550cf464a7371b5ac692d74b2a0444528184199 100644
|
| --- a/content/browser/devtools/tethering_handler.cc
|
| +++ b/content/browser/devtools/tethering_handler.cc
|
| @@ -35,8 +35,8 @@ const char kLocalhost[] = "127.0.0.1";
|
| const int kListenBacklog = 5;
|
| const int kBufferSize = 16 * 1024;
|
|
|
| -const int kMinTetheringPort = 5000;
|
| -const int kMaxTetheringPort = 10000;
|
| +const int kMinTetheringPort = 1024;
|
| +const int kMaxTetheringPort = 32767;
|
|
|
| class SocketPump : public net::StreamListenSocket::Delegate {
|
| public:
|
|
|