home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 April / PCpro_2007_04.ISO / files / dsl / ManageEngineWiFiManager.exe / Disk1 / data1.cab / SourceFiles / WiFiManager.exe / conf / Ping.properties < prev    next >
Encoding:
Text File  |  2007-01-17  |  450 b   |  17 lines

  1. #$Id: Ping.properties,v 1.3 2006/04/13 04:51:00 vasanthan Exp $
  2.  
  3. #Ping properties for status poll. These properties are not applicable for native ping except retries.
  4. #All values should be integral.
  5.  
  6. #Number of ICMP ECHO requests to be sent for each and every test.
  7. count=1
  8.  
  9. #Number of data bytes to be sent. Default packet size is 32 in windows and 56 in linux.
  10. #packetSize=
  11.  
  12. #Timeout in seconds for each reply.
  13. #timeout=1
  14.  
  15. #Retries count
  16. retries=1
  17.