VirtualBox

Changeset 63179 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 8, 2016 3:28:25 PM (8 years ago)
Author:
vboxsync
Message:

Limit the number of USB filters a bit. Not really necessary but looks more sane.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/VBoxUSBFilterMgr.cpp

    r62805 r63179  
    139139        fFlags = RTHANDLETABLE_FLAGS_LOCKED;
    140140#endif
    141         rc = RTHandleTableCreateEx(&g_hHndTableFilters, fFlags, 1 /* uBase */, 32768 /* cMax */,
     141        rc = RTHandleTableCreateEx(&g_hHndTableFilters, fFlags, 1 /* uBase */, 8192 /* cMax */,
    142142                                   NULL, NULL);
    143143        if (RT_SUCCESS(rc))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette