Skip to content
Discussion options

You must be logged in to vote

The behavior you're seeing—long latencies and frequent retransmissions—is a classic symptom of 6LoWPAN fragmentation in a lossy or congested network.

Why 119 bytes is problematic

While the IEEE 802.15.4 physical frame size is 127 bytes, the actual space available for your data is much smaller due to overhead at every layer:

  • MAC Layer Header & FCS: ~13–23 bytes.
  • MAC Security (AES-CCM-32): ~9–14 bytes (Auxiliary Security Header + 4-byte MIC).
  • 6LoWPAN IPHC Header: ~2–15 bytes (Compressed IPv6 header).
  • UDP Header (Compressed): ~1–6 bytes.
  • CoAP Header: 4 bytes + Token (0–8 bytes) + Options.

In a typical Thread configuration (short addresses, security enabled), you generally have roughly 75–9…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jtaySWE
Comment options

@jwhui
Comment options

jwhui May 4, 2026
Maintainer

Answer selected by jtaySWE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants