search for: 2d17b74

Displaying 1 result from an estimated 1 matches for "2d17b74".

Did you mean: 21774
2018 Jan 23
1
[PATCH nbdkit] Change the default protocol to newstyle.
...The nbd plugin (plugins/nbd) already contains an NBD client, so we could factor this client out and make it available to other plugins to use. + +Tests +----- + +* tests/test-single.sh: This test (of the -s option) needs + considerable work. diff --git a/docs/nbdkit.pod b/docs/nbdkit.pod index 2d17b74..1167245 100644 --- a/docs/nbdkit.pod +++ b/docs/nbdkit.pod @@ -67,7 +67,7 @@ L<guestfish(1)>: Serve file F<disk.img> on port 10809, requiring clients to use encrypted (TLS) connections: - nbdkit --newstyle --tls=require file file=disk.img + nbdkit --tls=require file file=disk.img...