diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-05-24 20:45:05 -0600 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-06-16 19:13:51 -0700 |
commit | 7b1d38bc4f287bfb6f057ca8958f1326e8bd9d53 (patch) | |
tree | 2bde12ea9b75ae7609cbad79cb147a653bb3ce97 /src/libstore/remote-store-connection.hh | |
parent | 24255748b484984b5fed21c75e0cf836524a4916 (diff) |
libstore daemon: remove very old protocol support (<2.3)
Change-Id: Ic05f478a659c199a66fe78ae05d357d317ac41b0
Diffstat (limited to 'src/libstore/remote-store-connection.hh')
-rw-r--r-- | src/libstore/remote-store-connection.hh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/libstore/remote-store-connection.hh b/src/libstore/remote-store-connection.hh index 44328b06b..082874cec 100644 --- a/src/libstore/remote-store-connection.hh +++ b/src/libstore/remote-store-connection.hh @@ -27,11 +27,8 @@ struct RemoteStore::Connection FdSource from; /** - * Worker protocol version used for the connection. - * - * Despite its name, I think it is actually the maximum version both - * sides support. (If the maximum doesn't exist, we would fail to - * establish a connection and produce a value of this type.) + * The worker protocol version of the connected daemon. This may be newer + * than this Lix supports. */ WorkerProto::Version daemonVersion; |