Changeset d2b1204 in rtems


Ignore:
Timestamp:
09/10/98 13:07:20 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0ea9829
Parents:
bd3dec5
Message:

Added references.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/networking/preface.texi

    rbd3dec5 rd2b1204  
    2323who also ported the FreeBSD TCP/IP stack to RTEMS.
    2424
     25The following is a list of resources which should be useful in trying
     26to understand Ethernet:
     27
     28@itemize @bullet
     29
     30@item @cite{Charles Spurgeon's Ethernet Web Site}
     31
     32"This site provides extensive information about Ethernet
     33(IEEE 802.3) local area network (LAN) technology. Including
     34the original 10 Megabit per second (Mbps) system, the 100 Mbps
     35Fast Ethernet system (802.3u), and the Gigabit Ethernet system (802.3z)."
     36The URL is:
     37@ifset use-html
     38(@href{http://wwwhost.ots.utexas.edu/ethernet/index.html,,,http://wwwhost.ots.utexas.edu/ethernet/index.html})
     39@end ifset
     40@ifclear use-html
     41(http://wwwhost.ots.utexas.edu/ethernet/index.html)
     42@end ifclear
     43
     44@item @cite{TCP/IP Illustrated, Volume 1 : The Protocols} by
     45by W. Richard Stevens (ISBN: 0201633469)
     46
     47This book provides detailed introduction to TCP/IP and includes diagnostic
     48programs which are publicly available.
     49
     50@item @cite{TCP/IP Illustrated : The Implementation} by W. Richard
     51Stevens and Gary Wright (ISBN: 020163354X)
     52
     53This book focuses on implementation issues regarding TCP/IP.  The
     54treat for RTEMS users is that the implementation covered is the BSD
     55stack.
     56
     57@end itemize
Note: See TracChangeset for help on using the changeset viewer.