Changeset 55514 in vbox for trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
- Timestamp:
- Apr 29, 2015 11:46:33 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
r55512 r55514 111 111 /* Note: Never ever rely on information from the guest; the host dictates what and 112 112 * how to do something, so try to negogiate a sensible value here later. */ 113 m_cbBlockSize = _ 32K; /** @todo Make this configurable. */113 m_cbBlockSize = _64K; /** @todo Make this configurable. */ 114 114 115 115 LogFlowThisFunc(("\n"));
Note:
See TracChangeset
for help on using the changeset viewer.