demikernel
demikernel copied to clipboard
[catcollar] Set Source Address in `OperationResult` for `pop()`
Description
This PR fixes https://github.com/demikernel/demikernel/issues/148.
Summary of Changes
- Changed
IoUring
to rely onio_uring_prep_recvmsg()
and thus be able to get the socket address of the source. - Changed lookip logic in
IoUring
to use themsghdr
rather than the buffer address - Changed futures accordinly