diff options
Diffstat (limited to 'src/pconfig.h')
-rw-r--r-- | src/pconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pconfig.h b/src/pconfig.h index 5c642ee..53fcbe7 100644 --- a/src/pconfig.h +++ b/src/pconfig.h @@ -75,7 +75,7 @@ enum { * we send. Note that this does not include * the IP or ICMP headers! */ - kDefault_buf_size = 0xFFFF, + kDefault_buf_size = 1024, /** Type code for echo request and replies */ kICMP_echo_request = 8, kICMP_echo_reply = 0, |