Updated network documentation files to match recent cvs changes.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3250 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2003-05-17 13:06:30 +00:00
parent 3b3c3547a5
commit d770ad3536
3 changed files with 7 additions and 6 deletions

View File

@ -29,6 +29,7 @@ body
<P>
<UL>
<LI><A href="overview.html">Overview</A>
<LI><A href="build.html">Build &amp; installation intructions</A>
<LI>Implementation:
<UL>
<LI><A href="libs.html">The shared libraries</A>
@ -63,7 +64,7 @@ body
<HR>
<H6>Philippe Houdoin, March 24rd, 2003</H6>
<H6>Philippe Houdoin, May 16th, 2003</H6>
</BODY>
</HTML>

View File

@ -30,13 +30,13 @@ body
<LI><A name="libnet">
<H2>The libnet.so shared library</H2>
<I>Location</I>: <CODE>src/kits/net/libnet</CODE>
<I>Location</I>: <CODE>src/kits/network/libnet</CODE>
<P>This shared library is the way BeOS R5 provide the sockets POSIX/BSD API to apps. Being
binary compatible with R5 make this library implementation tedious.</P>
<LI><A name="libnetapi">
<H2>The libnetapi.so shared library</H2>
<I>Location</I>: <CODE>src/kits/net/libnetapi</CODE>
<I>Location</I>: <CODE>src/kits/network/libnetapi</CODE>
<P>This shared library contains thin C++ classes wrapping the C sockets POSIX/BSD API into
these BNet* classes we're used under BeOS: look at them in your <A href="file:///boot/beos/documentation/Be%20Book/The%20Network%20Kit/index.html">
BeBook</A></P>
@ -45,7 +45,7 @@ BeBook</A></P>
<HR>
<H6>Philippe Houdoin, March 24rd, 2003</H6>
<H6>Philippe Houdoin, May 17th, 2003</H6>
</BODY>
</HTML>

View File

@ -26,7 +26,7 @@ body
<H1>OpenBeOS Network Kit: The Stack Driver</H1>
<I>Location</I>: <CODE>src/add-ons/kernel/drivers/net/stack</CODE>
<I>Location</I>: <CODE>src/add-ons/kernel/drivers/network/stack</CODE>
<P>The stack driver is the interface between <A href="libs.html#libnet">libnet</A> and the real stack behind him,
host by the <A href="stack.html">network stack</A> kernel modules.</P>
His purpose is multiple:
@ -39,7 +39,7 @@ His purpose is multiple:
<HR>
<H6>Philippe Houdoin, March 24rd, 2003</H6>
<H6>Philippe Houdoin, May 17th, 2003</H6>
</BODY>
</HTML>