VirtualBox

Changeset 87069 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 9, 2020 2:55:12 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141838
Message:

Shared Clipboard/Transfers: Limit maximum concurrent per-context transfers to 64 for now. bugref:9874

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp

    r87068 r87069  
    26562656        pTransferCtx->cTransfers  = 0;
    26572657        pTransferCtx->cRunning    = 0;
    2658         pTransferCtx->cMaxRunning = UINT16_MAX; /** @todo Make this configurable? */
     2658        pTransferCtx->cMaxRunning = 64; /** @todo Make this configurable? */
    26592659
    26602660        RT_ZERO(pTransferCtx->bmTransferIds);
Note: See TracChangeset for help on using the changeset viewer.

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