summaryrefslogtreecommitdiff
path: root/DEBUG.hints
diff options
context:
space:
mode:
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.
+