From dfb47d868a46b8d3aacc8ee1446fa9302e047a79 Mon Sep 17 00:00:00 2001 From: Masaq- Date: Fri, 8 Feb 2019 04:17:50 +0000 Subject: command line option -y payload size --- src/pconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pconfig.h') 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, -- cgit v1.2.3