README.TXT
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

  1. This sample illustrates the use of SOCK_RAW in Winsock 2.0 on Windows NT in 
  2. order to write an ICMP_ECHO utility (commonly seen in the 'ping' program  on 
  3. various systems).
  4. Usage:
  5. ping <hostname/IP address> <packet size>
  6. Sends ICMP echo requests to host specified by the first argument. If a
  7. packet size is specified, a buffer of that size is sent. The default size
  8. is 32 bytes.