Changeset 481950e in network-demos for netdemo/README


Ignore:
Timestamp:
07/30/98 21:46:06 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 57a009d5b89e72f488ab655184e6a33bb0fe6b7f, netdemos-4-5-branch, network-demos-4-10-branch, network-demos-4-6-branch, network-demos-4-7-branch, network-demos-4-8-branch, network-demos-4-9-branch, rtems-4-5-branch
Children:
497f13d
Parents:
f444fb8
Message:

Added notes from Eric to README.

Added CVS $Id$ to all files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • netdemo/README

    rf444fb8 r481950e  
     1#
     2# $Id$
     3#
     4
    15A simple application to test some of the KA9Q networking code.
    26
     
    2630           You can run more than one telnet session at once.
    2731           You can use port number 24743 as well.
     32
     33Debugging Hints
     34===============
     35If you also define 
     36TRACE_NETWORK_DRIVER you'll get a *lot* of printout describing each packet as 
     37it passes through the stack.
     38
     39For debugging, I'd suggest breakpoints in the socket receive and transmit 
     40tasks to trace where you're running.  Also, if you have a LANalyzer or 
     41workstation with `snoop' capability set it up to show all packets to/from the 
     42hardware (Ethernet) address of your target machine.
     43
Note: See TracChangeset for help on using the changeset viewer.