libuinet icon indicating copy to clipboard operation
libuinet copied to clipboard

a library version of FreeBSD's TCP/IP stack plus extras

Results 26 libuinet issues
Sort by recently updated
recently updated
newest added

Currently ARP and ICMP messages, in nearly all cases, are ignored by libuinet instances. This is a holdover from the original libuinet applications in which ARP and ICMP processing were...

This is a bunch of stuff to implement a really dirty sysctl accessor API.

Can the libuinet provide an API for "sendfile". The FreeBSD used by libuinet has the support for sendfile, so it will be good to help sendfile implemented in libuinet. http://www.freebsd.org/cgi/man.cgi?query=sendfile&sektion=2

Can the libuinet expose an API for accept4. I think accept4 is supported in the FreeBSD version which libuinet uses. If an API could be provided, it would be great...

I wonder how much work it will be to add support for gif and ipsec tunneling. I may be able to work on it and contribute the code if I...

I've done some minor work to get libuinet to build under OS X again. It's not complete and I'm not particularly happy with how I turned off netmap, but libuinet...