Source-Changes archive

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

CVS commit: src/sys/rump/net/rumptest



Module Name:    src
Committed By:   pooka
Date:           Tue Oct 14 00:56:24 UTC 2008

Added Files:
        src/sys/rump/net/rumptest: Makefile rumptest_net.c

Log Message:
Add a simple example of how to use rump networking facilities.
This just contacts www.NetBSD.org, does GET / and displays the
result.

It either uses the host kernel socket provided PF_INET or the kernel
TCP/IP stack running in userspace (via if_virt and /dev/tap),
depending on the libraries it's linked with.

(not built yet, as I need to commit some more bits from my local
tree for it work)


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/rump/net/rumptest/Makefile \
    src/sys/rump/net/rumptest/rumptest_net.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