This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RL-TCPnet TCP reception problem

Hello,

When I send an TCP packet (1022 bytes) from my PC, I receive the packet in 2 times (with TCP_EVT_DATA).
536 bytes first and 486 bytes.

I don't understand why I can't receive it in one time.

Anybody can help me ?

Thanks.

Parents
  • I know there is 2 packets and I want to know why.

    If I send an packet smaller than the Maximum Transfer Unit (MTU), normally I will be able to receive it in one packet.

    Maybe there is something to configure in the TCP opening connection, but I find nothing

Reply
  • I know there is 2 packets and I want to know why.

    If I send an packet smaller than the Maximum Transfer Unit (MTU), normally I will be able to receive it in one packet.

    Maybe there is something to configure in the TCP opening connection, but I find nothing

Children