mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
Qrexec3Implementation changed
This commit is contained in:
parent
19bd0f99d8
commit
a6932cd1ce
@ -73,7 +73,7 @@ struct msg_header {
|
|||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
When two peers **in different domains** establish connection, the server sends `MSG_HELLO` followed by `peer_info` struct:
|
When two peers establish connection, the server sends `MSG_HELLO` followed by `peer_info` struct:
|
||||||
|
|
||||||
``` {.wiki}
|
``` {.wiki}
|
||||||
struct peer_info {
|
struct peer_info {
|
||||||
@ -81,7 +81,7 @@ struct peer_info {
|
|||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
The client then should reply with its own `MSG_HELLO` and `peer_info`. If protocol versions don't match, the connection is closed. TODO: fallback for backwards compatibility.
|
The client then should reply with its own `MSG_HELLO` and `peer_info`. If protocol versions don't match, 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…
Reference in New Issue
Block a user