Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/rump/net



Module Name:    src
Committed By:   pooka
Date:           Thu Oct  2 21:59:20 UTC 2008

Added Files:
        src/sys/rump/net: Makefile Makefile.rumpnet
        src/sys/rump/net/lib: Makefile Makefile.inc
        src/sys/rump/net/lib/libsockin: Makefile shlib_version sockin.c

Log Message:
Add a very simplistic PF_INET/SOCK_DGRAM domain/proto implementation,
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.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/rump/net/Makefile \
    src/sys/rump/net/Makefile.rumpnet
cvs rdiff -r0 -r1.1 src/sys/rump/net/lib/Makefile \
    src/sys/rump/net/lib/Makefile.inc
cvs rdiff -r0 -r1.1 src/sys/rump/net/lib/libsockin/Makefile \
    src/sys/rump/net/lib/libsockin/shlib_version \
    src/sys/rump/net/lib/libsockin/sockin.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index