diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-03-18 13:49:49 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-03-18 13:49:49 +0000 |
commit | d3511a69c4be601fbe4c5c3d1f0cf1a8bb499a63 (patch) | |
tree | 071002c4f892871d7ce9907c0ed8621704923083 | |
parent | ac2daf48298cb601d1a57b0e00e38887b5e0a675 (diff) |
Change default ping size to 44 bytes
-rw-r--r-- | tools/l2ping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/l2ping.c b/tools/l2ping.c index 01b1f21b..9741dc0e 100644 --- a/tools/l2ping.c +++ b/tools/l2ping.c @@ -50,7 +50,7 @@ /* Defaults */ static bdaddr_t bdaddr; -static int size = 20; +static int size = 44; static int ident = 200; static int delay = 1; static int count = -1; |