/[inetutils]/inetutils/ping/ping_impl.h
ViewVC logotype

Diff of /inetutils/ping/ping_impl.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by gray, Sat Aug 11 08:35:27 2001 UTC revision 1.5 by gray, Mon Nov 10 12:24:21 2003 UTC
# Line 10  Line 10 
10  #define PING_TIMING(s) (s >= PING_HEADER_LEN)  #define PING_TIMING(s) (s >= PING_HEADER_LEN)
11  #define PING_HEADER_LEN sizeof (struct timeval)  #define PING_HEADER_LEN sizeof (struct timeval)
12  #define PING_DATALEN    (64 - PING_HEADER_LEN)  /* default data length */  #define PING_DATALEN    (64 - PING_HEADER_LEN)  /* default data length */
13    #define PING_MAX_DATALEN (65535 - MAXIPLEN - MAXICMPLEN)
14    
15  struct ping_stat  struct ping_stat
16  {  {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26