ssh: Speed up RPCs by using #:nodelay.
authorLars-Dominik Braun <ldb@leibniz-psychology.org>
Mon, 20 Jul 2020 09:28:51 +0000 (11:28 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 20 Jul 2020 21:25:09 +0000 (23:25 +0200)
commite8088f0b06c2193f2cce04a48aa1350229442a9f
treeaeee709e1061e0bf624c27a11c9019dfd4b5937a
parent6c451e16b74160ac9604914c02a6bafff51fb805
ssh: Speed up RPCs by using #:nodelay.

Partly fixes <https://bugs.gnu.org/41702>.

* guix/ssh.scm (open-ssh-session): Enable #:nodelay.
* m4/guix.m4 (GUIX_CHECK_GUILE_SSH): Add feature check for this new parameter.
* doc/guix.texi (Requirements): Adjust.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
doc/guix.texi
guix/ssh.scm
m4/guix.m4