enarx-archive / sallyport

API for the hypervisor-microkernel boundary
Apache License 2.0
7 stars 6 forks source link

Add support for a few network-related syscalls #64

Closed rvolosatovs closed 2 years ago

rvolosatovs commented 2 years ago

Part of enarx/sallyport#34

~Ideally, we should use deref utility from enarx/sallyport#47 here on the host side, that should be handled in whichever PR gets merged first.~ I extracted it from enarx/sallyport#47 here due to CI issues

No tests to speed up development, although the syscalls are pretty trivial - ~I will file a follow-up issue about it~ enarx/enarx#1730