aboutsummaryrefslogtreecommitdiff
path: root/src/pconfig.h
diff options
context:
space:
mode:
authorMasaq- <tilt@techie.com>2019-02-08 04:17:50 +0000
committerMasaq- <tilt@techie.com>2019-02-08 04:17:50 +0000
commitdfb47d868a46b8d3aacc8ee1446fa9302e047a79 (patch)
treea3b557307ade2df9120e179e9301340cd2b10710 /src/pconfig.h
parent18e57efacab2be387a42ea566125ee65c915cc78 (diff)
command line option -y payload size
Diffstat (limited to 'src/pconfig.h')
-rw-r--r--src/pconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pconfig.h b/src/pconfig.h
index 6be141e..e13f7ee 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 = 1024,
+ kDefault_buf_size = 0xFFFF,
/** Type code for echo request and replies */
kICMP_echo_request = 8,
kICMP_echo_reply = 0,