source: network-demos/DEBUG.hints @ 7ba2ac5

4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch
Last change on this file since 7ba2ac5 was f7b674f, checked in by Joel Sherrill <joel.sherrill@…>, on 07/30/98 at 22:41:09

New file.

  • Property mode set to 100644
File size: 455 bytes
Line 
1#
2#  $Id$
3#
4
5Debugging Hints
6===============
7If you also define TRACE_NETWORK_DRIVER you'll get a *lot*
8of printout describing each packet as  it passes through the stack.
9
10For debugging, I'd suggest breakpoints in the socket receive and transmit 
11tasks to trace where you're running.  Also, if you have a LANalyzer or 
12workstation with `snoop' capability set it up to show all packets to/from the 
13hardware (Ethernet) address of your target machine.
14
Note: See TracBrowser for help on using the repository browser.