Page 1 of 1

TCP Packet size

Posted: Wed Nov 14, 2018 1:49 pm
by SeeCwriter
Using v2.8.7 with a MOD5441X. I'm sending a data buffer of 1606 bytes via a TCP connection with a PC. When I capture the transfer on wireshark, it shows the module sending 2-packets, each 1460 bytes in length. Why are both packets so large? Another weird thing about the second packet is that, the data at the end of the packet is 4-strings, in the order I list them, that mean absolutely nothing to me.

"Inpst 1"
"Inpst 2"
"Inpst 3"
"Inpst 4"

Each string is separated from the previous string by 3-bytes of binary zero.