[Libguestfs] [nbdkit PATCH 0/2] Reduce network overhead with corking

Eric Blake eblake at redhat.com
Thu Jun 6 22:48:41 UTC 2019


Slightly RFC, as I need more time to investigate why Unix sockets
appeared to degrade with this patch. But as TCP sockets (over loopback
to localhost) and TLS sessions (regardless of underlying Unix or TCP)
both showed improvements, this looks like a worthwhile series.

Eric Blake (2):
  server: Add support for corking
  server: Cork around grouped transmission send()s

 server/internal.h    |  3 +++
 server/connections.c | 27 +++++++++++++++++++++++
 server/crypto.c      | 19 ++++++++++++++++
 server/protocol.c    | 52 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 101 insertions(+)

-- 
2.20.1




More information about the Libguestfs mailing list