summaryrefslogtreecommitdiffstats
path: root/doc/networking/preface.texi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-10-02 12:52:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-10-02 12:52:38 +0000
commit837ca43b57dac858242cb21ea4aaf2d285ed03da (patch)
treea75b90f93f9f871fba0c0a424bfd2f78c30085cc /doc/networking/preface.texi
parent2003-10-02 Till Strauman <strauman@slac.stanford.edu> (diff)
downloadrtems-837ca43b57dac858242cb21ea4aaf2d285ed03da.tar.bz2
2003-10-02 Gene Smith <gene.smith@siemens.com>
* networkapp.t, preface.texi: Improve documentation for SO_RCVWAKEUP and SO_SNDWAKEUP and update the references in the preface.
Diffstat (limited to 'doc/networking/preface.texi')
-rw-r--r--doc/networking/preface.texi14
1 files changed, 10 insertions, 4 deletions
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