From 837ca43b57dac858242cb21ea4aaf2d285ed03da Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 2 Oct 2003 12:52:38 +0000 Subject: 2003-10-02 Gene Smith * networkapp.t, preface.texi: Improve documentation for SO_RCVWAKEUP and SO_SNDWAKEUP and update the references in the preface. --- doc/networking/preface.texi | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'doc/networking/preface.texi') diff --git a/doc/networking/preface.texi b/doc/networking/preface.texi index 05f52e0f4e..bd10af6671 100644 --- a/doc/networking/preface.texi +++ b/doc/networking/preface.texi @@ -30,10 +30,10 @@ the original 10 Megabit per second (Mbps) system, the 100 Mbps Fast Ethernet system (802.3u), and the Gigabit Ethernet system (802.3z)." The URL is: @ifset use-html -(@uref{http://wwwhost.ots.utexas.edu/ethernet/index.html,http://wwwhost.ots.utexas.edu/ethernet/index.html}) +(@uref{http://www.ethermanage.com/ethernet/ethernet.html,http://www.ethermanage.com/ethernet/ethernet.html}) @end ifset @ifclear use-html -(http://wwwhost.ots.utexas.edu/ethernet/index.html) +(http://www.ethermanage.com/ethernet/ethernet.html) @end ifclear @item @cite{TCP/IP Illustrated, Volume 1 : The Protocols} by @@ -42,11 +42,17 @@ by W. Richard Stevens (ISBN: 0201633469) This book provides detailed introduction to TCP/IP and includes diagnostic programs which are publicly available. -@item @cite{TCP/IP Illustrated : The Implementation} by W. Richard +@item @cite{TCP/IP Illustrated, Volume 2 : The Implementation} by W. Richard Stevens and Gary Wright (ISBN: 020163354X) This book focuses on implementation issues regarding TCP/IP. The treat for RTEMS users is that the implementation covered is the BSD -stack. +stack with most of the source code described in detail. + +@item @cite{UNIX Network Programming, Volume 1 : 2nd Edition} by W. Richard +Stevens (ISBN: 0-13-490012-X) + +This book describes how to write basic TCP/IP applications, again with primary +focus on the BSD stack. @end itemize -- cgit v1.2.3