[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [UNIKRAFT/LWIP PATCH 0/4] Register socket implementation against posix-socket
From: Alexander Jung <alexander.jung@xxxxxxxxx> This patch series updates LwIP to use Unikraft's posix-socket microlibrary so as to register its implementation against the AF_INET and AF_INET6 address family rather than providing globally these same interfaces. Alexander Jung (4): sockets.c: Register implementation against posix-socket Makefile.uk: Remove LwIP getnameinfo include/sys/socket.h: Correct prototype definitions include/netinet/in.h: Remove LwIP's socket header Config.uk | 4 +- Makefile.uk | 1 - include/netinet/in.h | 1 - include/sys/socket.h | 14 +- sockets.c | 1252 ++++++++++++++++-------------------------- 5 files changed, 484 insertions(+), 788 deletions(-) -- 2.20.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |