include/spdk_internal/sock.h
0 → 100644
+90
−0
+9
−0
Loading
This is the framework for providing multiple implementations of TCP sockets in a single application. This patch just adds the framework - upcoming patches will convert the existing POSIX implementation to use this framework. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I07951e71f344dfe7689c818a13d7e7113c826643 Reviewed-on: https://review.gerrithub.io/400334 Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Daniel Verkamp <daniel.verkamp@intel.com>