Changeset 481950e in network-demos for netdemo/README
- Timestamp:
- 07/30/98 21:46:06 (25 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
netdemo/README
rf444fb8 r481950e 1 # 2 # $Id$ 3 # 4 1 5 A simple application to test some of the KA9Q networking code. 2 6 … … 26 30 You can run more than one telnet session at once. 27 31 You can use port number 24743 as well. 32 33 Debugging Hints 34 =============== 35 If you also define 36 TRACE_NETWORK_DRIVER you'll get a *lot* of printout describing each packet as 37 it passes through the stack. 38 39 For debugging, I'd suggest breakpoints in the socket receive and transmit 40 tasks to trace where you're running. Also, if you have a LANalyzer or 41 workstation with `snoop' capability set it up to show all packets to/from the 42 hardware (Ethernet) address of your target machine. 43
Note: See TracChangeset
for help on using the changeset viewer.