aboutsummaryrefslogtreecommitdiffstats
path: root/apps/iping/iPing_Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/iping/iPing_Common.h')
-rw-r--r--apps/iping/iPing_Common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/iping/iPing_Common.h b/apps/iping/iPing_Common.h
index 1ffd15a1..df91186b 100644
--- a/apps/iping/iPing_Common.h
+++ b/apps/iping/iPing_Common.h
@@ -37,9 +37,10 @@ extern const size_t ccnxPing_DefaultPayloadSize;
/**
* The maximum size of a content object payload.
- * 64KB is the limit imposed by the packet structure
+ * 64KB is the limit imposed by the packet structure.
+ * Here we limit the max Payload Size to 1400 bytes.
*/
-#define ccnxPing_MaxPayloadSize 64000
+#define ccnxPing_MaxPayloadSize 1400
/**
* A default "medium" number of messages to send.