What:s the disadvantage of increase MTU size

2 posts / 0 new
Last post
zwang308
Offline
Last seen:4 years 4 months ago
Master
加入:2014-07-02 14:15
What:s the disadvantage of increase MTU size

Hi Dialog,

In order to indicate more than 20 bytes of data, we need to increase the MTU size.

What is the disadvantage of doing that? E.g. Will it also increase our power consumption? Will it decrease the throughput?

谢谢!

Device:
Joacimwe
Offline
Last seen:1 year 5 months ago
Guru
加入:2014-01-14 06:45
For packets larger than the

For packets larger than the default MTU size (23 bytes), they are splitted up in multiple fragments.
So sending three notifications of 20 bytes each will require the same number of LL packets if you send 60 bytes with a large MTU and therefore consume the same amount of energy.