| Index: content/renderer/p2p/port_allocator.h
|
| diff --git a/content/renderer/p2p/port_allocator.h b/content/renderer/p2p/port_allocator.h
|
| index 3cb1377a1dee89dfa9516c877e9254dbc6fea597..057f37bb6dcf8f08331f797ec57aa0b31eb37300 100644
|
| --- a/content/renderer/p2p/port_allocator.h
|
| +++ b/content/renderer/p2p/port_allocator.h
|
| @@ -36,6 +36,9 @@ class P2PPortAllocator : public cricket::BasicPortAllocator {
|
|
|
| // Disable TCP-based transport when set to true.
|
| bool disable_tcp_transport;
|
| +
|
| + // Disable binding to individual NICs when set to false.
|
| + bool enable_multiple_routes;
|
| };
|
|
|
| P2PPortAllocator(P2PSocketDispatcher* socket_dispatcher,
|
|
|