![]() |
Deskflow 1.26.0.0
Keyboard and mouse sharing utility
|
Connection establishment and version negotiation. More...

Variables | |
| const char *const | kMsgHello |
| Server hello message. | |
| const char *const | kMsgHelloArgs |
| Format string for server hello message arguments. | |
| const char *const | kMsgHelloBack |
| Client hello response message. | |
| const char *const | kMsgHelloBackArgs |
| Format string for client hello response arguments. | |
Connection establishment and version negotiation.
|
extern |
Server hello message.
Direction: Primary → Secondary Format: "%7s%2i%2i" Parameters:
Example:
Barrier protocol, version 1.8
This is the first message sent by the server after a client connects. The client uses this to determine protocol compatibility.
|
extern |
|
extern |
Client hello response message.
Direction: Secondary → Primary Format: "%7s%2i%2is" Parameters:
Example:
Barrier protocol, version 1.8, client name "workstation"
Sent by the client in response to kMsgHello. After this exchange, both sides negotiate to use the minimum supported protocol version.
|
extern |
Format string for client hello response arguments.
Format: "%2i%2is" Parameters:
Used as part of dynamic hello message construction.