ad9bbd7b26
which delegates the work to host kernel sockets. This does not run the entire kernel TCP/IP stack in userspace and therefore does not require the ability to send or receive raw packets. This implies that root priviledges are not required. As already said above, only supports UDPv4 for now. Extending should be easy.
7 lines
99 B
Makefile
7 lines
99 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/10/02 21:59:19 pooka Exp $
|
|
#
|
|
|
|
SUBDIR= lib
|
|
|
|
.include <bsd.subdir.mk>
|