[CRIU] [PATCH 0/4] remote: Refactor TCP client/server setup

Radostin Stoyanov rstoyanov1 at gmail.com
Sat Sep 1 17:58:15 MSK 2018


This patch series removes setup_TCP_server_socket() and
setup_TCP_client_socket() from img-remote.c, and instead
makes use of setup_tcp_server/setup_tcp_client from util.c

I added the patch "util: Fix reversed IPv4/IPv6 port assignment",
which I sent earlier this week, to ensure that these changes will
apply on criu-dev.

Radostin Stoyanov (4):
  util: Fix reversed IPv4/IPv6 port assignment
  remote: Refactor TCP server setup
  util: Enable hostname resolution of tcp address
  remote: Refactor TCP client setup

 Documentation/criu.txt    |  2 +-
 criu/img-cache.c          |  3 +-
 criu/img-proxy.c          |  3 +-
 criu/img-remote.c         | 76 --------------------------------------
 criu/include/img-remote.h |  2 -
 criu/include/util.h       |  4 +-
 criu/page-xfer.c          |  4 +-
 criu/util.c               | 77 +++++++++++++++++++++++++++------------
 8 files changed, 62 insertions(+), 109 deletions(-)

--
2.17.1



More information about the CRIU mailing list