# # x-kernel v3.3 # # Copyright (c) 1996,1993,1991,1990 Arizona Board of Regents # # This is an example graph.comp file for a user-level xkernel using the # Unix socket interface to send on the network. # # This is an example graph.comp file that exercises TCP. # @; name=simeth; name=eth protocols=simeth; name=arp protocols=eth; name=vnet protocols=eth,arp; name=ip protocols=vnet; name=icmp protocols=ip; name=tcp protocols=ip; name=tcptest protocols=tcp; @; name=prottest trace=TR_MAJOR_EVENTS; prottbl=/home/projects/courses/fall_07/ee382n-17270/xkernel/etc/prottbl.std;