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

Eric Blake eblake at redhat.com
Fri Jun 7 14:15:35 UTC 2019


This time around, the numbers are indeed looking better than in v1;
and I like the interface better.

Eric Blake (2):
  server: Prefer send() over write()
  server: Group related transmission send()s

 server/internal.h                    |  7 +++-
 server/connections.c                 | 51 +++++++++++++++++++++++++---
 server/crypto.c                      | 11 ++++--
 server/protocol-handshake-newstyle.c | 22 ++++++------
 server/protocol-handshake-oldstyle.c |  2 +-
 server/protocol.c                    | 22 ++++++------
 6 files changed, 85 insertions(+), 30 deletions(-)

-- 
2.20.1




More information about the Libguestfs mailing list