Skip to content
#

libc

Here are 180 public repositories matching this topic...

tgeoghegan
tgeoghegan commented Apr 2, 2020

recvfrom(2) takes an integer flags parameter, but it is missing from nix's version:

pub fn recvfrom( sockfd: RawFd, buf: &mut [u8] ) -> Result<(usize, Option<SockAddr>)>

The implementation of recvfrom unconditionally passes 0 to libc::recvfrom's flags parameter. This means I can't do something like MSG_PEEK w

Improve this page

Add a description, image, and links to the libc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the libc topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.