VirtualBox

Changeset 80452 in vbox


Ignore:
Timestamp:
Aug 27, 2019 7:06:45 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132943
Message:

Shared Clipboard/URI: Added first protocol changelog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/VBoxClipboardSvc.h

    r80446 r80452  
    2222 * You may elect to license modified versions of this file under the
    2323 * terms and conditions of either the GPL or the CDDL or both.
     24 */
     25
     26/**
     27 * Protocol handling and notes:
     28 *     All client/server components should be backwards compatible.
     29 *
     30 ******************************************************************************
     31 *
     32 * Protocol changelog:
     33 *
     34 *     Protocol v0 (VBox < 6.1, deprecated):
     35 *         | First, initial implementation since feature was developed.
     36 *           Has no protocol handshake / versioning support, the client's
     37 *           waiting message also acted as retrieving the parameters from
     38 *           the host (always and only *exactly* two parameters). Does
     39 *           not have the ability to control / handle parallel transfers.
     40 *
     41 *     Protocol v1 (VBox >= 6.1):
     42 *         + Introduces protocol versioning and context IDs for parallel,
     43 *           asynchronous transfers.
     44 *         | Keeps backwards-compatbility with protocol v0 clients.
    2445 */
    2546
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