diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-03-21 12:26:04 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-03-22 18:07:44 +0100 |
commit | b96e7a6fa47ff523d14f1d1502b04cb3ad837186 (patch) | |
tree | 9e0d3f4069b62eb066879d099b8fac8fb764fc07 /src/pconfig.h | |
parent | da8f7aa18c9d3b61ee5c58eb1c641443a3b8669e (diff) |
Got rid of those non working extended options, because:removed_extended_options
* legendary spaghetti code
* did not work at all, caused several buffer overflows
* pain-in-the-ass to maintain and test
* badly reviewed from my side :/
* improved and working "extended options" may be added later
* basically reverts most of #8
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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, |