ben-grande / qusal

Salt Formulas for Qubes OS.
14 stars 6 forks source link

Unify the TCP socket over Qrexec method #80

Closed ben-grande closed 1 week ago

ben-grande commented 1 week ago

Current problem (if any)

There are various ways a client connects:

There are various ways a server is connected:

The many methods brings confusion on what should be implemented.

Proposed solution

  1. Decide the best method for each case.
  2. Code only in allowed methods.
  3. Document allowed methods.

The value to a user, and who that user might be

Clearly decide on the best method and follow a standard. Easier for developers to grasp the codebase and for users to build upon.

.