Thread: ping in c++
View Single Post
  #5 (permalink)  
Old April 16th, 2005, 11:48 AM
merediths merediths is offline
Authorized User
 
Join Date: Jul 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to merediths
Default

Maybe his computer is doing more ... i.e. a portscanner that pings first? That's what I do, 'cause it's way easier to write a program that opens ports in a tight loop than to muck with ICMP from C/C++. If anybody knows an easy/portable way to muck with ICMP in C/C++ though, i'd be intrested in knowing it/seeing links. I readily accnowledge that my solution is more of a cop-out because I'm too lazy to write a lot of code.

Regards,
Meredith Shaebanyan

Reply With Quote