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
  • Indeed.

    This is a general property of TCP/IP - nothing specifically to do with Keil, ARM, etc...

    The beauty of TCP/IP is that it is available on just about every platform imaginable (and several the you wouldn't imagine!).
    Therefore, interoperability is key - you absolutely must not rely upon any "special case" bebaviours...

Reply
  • Indeed.

    This is a general property of TCP/IP - nothing specifically to do with Keil, ARM, etc...

    The beauty of TCP/IP is that it is available on just about every platform imaginable (and several the you wouldn't imagine!).
    Therefore, interoperability is key - you absolutely must not rely upon any "special case" bebaviours...

Children