inetstack
inetstack copied to clipboard
[pdpix] Move System Calls that Operate on Raw Data to Demikernel
Description
Once we have a common buffer representation across all the libOSes, we should move al system calls that operate on raw data to the Demikernel repo. Currently, these system calls are:
-
pub fn push2(qd: QDesc, data: &[u8]) -> Result<QToken, Fail>
-
pub fn pushto2(qd: QDesc, data: &[u8], remote: Ipv4Endpoint, ) -> Result<QToken, Fail>