summaryrefslogtreecommitdiffstats
path: root/DEBUG.hints
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-30 22:41:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-30 22:41:09 +0000
commitf7b674f38c1f48ed39e16af7bfd1c4f9f2f34093 (patch)
tree91c76c277aa84a408de60aaf2cfdab9bbe14f930 /DEBUG.hints
parentSwitched to using a single usercfg.h file. (diff)
downloadnetwork-demos-f7b674f38c1f48ed39e16af7bfd1c4f9f2f34093.tar.bz2
New file.
Diffstat (limited to 'DEBUG.hints')
-rw-r--r--DEBUG.hints14
1 files changed, 14 insertions, 0 deletions
diff --git a/DEBUG.hints b/DEBUG.hints
new file mode 100644
index 0000000..7eaf057
--- /dev/null
+++ b/DEBUG.hints
@@ -0,0 +1,14 @@
+#
+# $Id$
+#
+
+Debugging Hints
+===============
+If you also define TRACE_NETWORK_DRIVER you'll get a *lot*
+of printout describing each packet as it passes through the stack.
+
+For debugging, I'd suggest breakpoints in the socket receive and transmit
+tasks to trace where you're running. Also, if you have a LANalyzer or
+workstation with `snoop' capability set it up to show all packets to/from the
+hardware (Ethernet) address of your target machine.
+