Changeset 481950e in network-demos
- 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
- Location:
- netdemo
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
netdemo/Makefile
rf444fb8 r481950e 1 # 2 # $Id$ 3 # 4 1 5 SAMPLE=netdemo 2 6 PGM=${ARCH}/$(SAMPLE).exe -
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 -
netdemo/init.c
rf444fb8 r481950e 12 12 * Saskatoon, Saskatchewan, CANADA 13 13 * eric@skatter.usask.ca 14 * 15 * $Id$ 14 16 */ 15 17 -
netdemo/test.c
rf444fb8 r481950e 12 12 * Saskatoon, Saskatchewan, CANADA 13 13 * eric@skatter.usask.ca 14 */ 14 * 15 * $Id$ 16 */ 17 15 18 #include <stdio.h> 16 19 #include <unistd.h>
Note: See TracChangeset
for help on using the changeset viewer.