Is there any rhyme or reason as to why they are split or in what proportion?
Is there a good way to detect disconnections? If I reset the microcontroller, it seems to show in the node status that one connection exists. Then when I restart the MCU it sometimes sees two connections, and sometimes seems to disconnect the first one. Any ideas why that may be?
Ethernet traffic moves in units called frames. The maximum size of frames is called the Maximum Transmission Unit (MTU). When a network device gets a frame that is larger than its MTU, the data is either fragmented into smaller frames, or dropped. ... An Ethernet packet larger than 1500 bytes is called a jumbo frame .
I guess you can join the two payload together, but as to why it splits as it does I'm not sure.
Maybe there is a setting in NR that needs tweaking ?
You will need to wait for the smart people to help out