mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-07-31 10:39:55 -04:00
qrexec: update protocol version negotiation for R4.1
QubesOS/qubes-issues#4909
This commit is contained in:
parent
7849ff0504
commit
e3d0ee0643
1 changed files with 3 additions and 5 deletions
|
@ -464,11 +464,9 @@ When two peers establish connection, the server sends `MSG_HELLO` followed by
|
||||||
uint32_t version; /* qrexec protocol version */
|
uint32_t version; /* qrexec protocol version */
|
||||||
};
|
};
|
||||||
|
|
||||||
The client then should reply with its own `MSG_HELLO` and `peer_info`. If
|
The client then should reply with its own `MSG_HELLO` and `peer_info`. The
|
||||||
protocol versions don't match, the connection is closed.
|
lower of two versions define protocol used for this connection. If either side
|
||||||
|
does not support this version, the connection is closed.
|
||||||
(*TODO: fallback for backwards compatibility, don't do handshake in the
|
|
||||||
same domain?*)
|
|
||||||
|
|
||||||
Details of all possible use cases and the messages involved are described below.
|
Details of all possible use cases and the messages involved are described below.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue