]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
lwip: Add dumb socketpair implementation RELEASE-0.7.0
authorVlad Badoiu <vlad_andrei.badoiu@upb.ro>
Tue, 18 Jan 2022 20:16:12 +0000 (22:16 +0200)
committerUnikraft <monkey@unikraft.io>
Thu, 3 Feb 2022 08:44:26 +0000 (08:44 +0000)
commit40f2c7731e2f00042d6b13b134e6b07ebe769c49
treec72d9b2dd04861e1983db6515d640ed9472f419d
parent1443cd90ffd22b1d667a34f91402082d46df9623
lwip: Add dumb socketpair implementation

We add a dumb implementation of socketpair until
posix-socket is upstreamed. Since we have no SMP
available on Unikraft, this implementation works
well.

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@upb.ro>
Reviewed-by: Sergiu Moga <sergiu.moga@protonmail.com>
Approved-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: #15
sockets.c