diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-02-21 14:11:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-21 14:11:33 +0100 |
commit | e9b9ceba14157a10fe76f7e10850e52a73cd6ea5 (patch) | |
tree | 80b6b66fa32f80b1c418c0c53d9e3f6a2ac18288 /src/pconfig.h | |
parent | 96bae72483b68894d53ff44add87347ef1481d0b (diff) | |
parent | 3245b7777503e1edb8e0a98d2375b3802ca29ee1 (diff) |
Merge pull request #8 from Masaq-/extended-options
command line options for protocol tuning
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 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, |