Re: version negotiation

Tõivo Leedjärv <[email protected]> Fri, 9 Jul 2021 17:06:14 +0200
Newsgroups gmane.network.unison.devel
Message-ID <CAALvpZQ6_C-EyUGvALhO1WReo4p6Y9a+FhAU_6RzV8_Z+NJ8QQ@mail.gmail.com>
On Wed, Jun 30, 2021 at 3:51 PM Benjamin Pierce <[email protected]> wrote:
>
> You're probably already thinking about this, but one critical aspect of protocol negotiation is the set of preferences that each side supports.  We did take the step a few years ago of introducing "client-only" preferences, which can be added without bumping the protocol number.  But this scheme is getting fancier than that!

There is a solution to this at https://github.com/bcpierce00/unison/pull/509
This PR itself is a non-breaking change.