I'm trying to write a trace route program.  It needs to return:
Address of each hop
Time to each hop
Total number of hops
Total round trip time
I first thought that the Ping() class would be useful, but only for counting hops. I need some ideas on how to do this.
Scott D.
	
		
			
		
		
	
				
			Address of each hop
Time to each hop
Total number of hops
Total round trip time
I first thought that the Ping() class would be useful, but only for counting hops. I need some ideas on how to do this.
Scott D.
 
	 
 
		 
 
		 
 
		