]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
socket.c: Port to the new posix-socket API
authorAndrei Tatar <andrei@unikraft.io>
Fri, 3 Nov 2023 16:24:32 +0000 (17:24 +0100)
committerSimon Kuenzer <simon@unikraft.io>
Thu, 30 Nov 2023 14:24:12 +0000 (15:24 +0100)
commit99f84b0511f5f67ca5b5be9ad6091e675cbd32cd
tree03641cbfa02bd698a92f947ee4fd41269a801dc5
parent1ca5632a3fdc256036df1b2f02ea078ab6b307af
socket.c: Port to the new posix-socket API

This change ports lwip to the new posix-socket API introduced with the
vfs refactoring. As part of this port lwip no longer depends on vfscore.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Simon Kuenzer <simon@unikraft.io>
Approved-by: Simon Kuenzer <simon@unikraft.io>
GitHub-Closes: #39
sockets.c