mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 15:11:31 +00:00
[common] clipboard: define stream transport
Replace the single 1 MiB clipboard slot with a four-record 256 KiB window while retaining a 1 MiB logical file-read limit. Advertise transport capabilities and duplex stream descriptors in the clipboard status. Make each claim select one data plane for its entire owner generation so control and payload ordering cannot be mixed. Bump the clipboard, KVMFR, and Helper mapping versions for the new wire layouts and shared-memory geometry.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
static constexpr uint32_t LG_CLIPBOARD_MAPPING_MAGIC = 0x4c474342U;
|
||||
static constexpr uint32_t LG_CLIPBOARD_MAPPING_VERSION = 4U;
|
||||
static constexpr uint32_t LG_CLIPBOARD_MAPPING_VERSION = 5U;
|
||||
|
||||
struct ClipboardRingSlot
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user