close Warning: Can't synchronize with repository "(default)" (/common/SVN/crkit does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 13 and Version 14 of crkit/Software/Firmware/Framework/R3_arch/udp


Ignore:
Timestamp:
Jul 15, 2010, 8:06:36 PM (14 years ago)
Author:
khanhle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • crkit/Software/Firmware/Framework/R3_arch/udp

    v13 v14  
    1111 * UDP Port 1002 - Data packets
    1212 * '''Source Port Number''' == '''Destination Port Number''' == one of the three UDP port number defined above
    13  * '''Length''' == Datagram size in bytes e.g. 8 (UDP header) + UDP Payload, min. size = 40 bytes.
     13 * '''Length''' == Datagram size in bytes e.g. 8 (UDP header) + UDP Payload, min. size = 28 bytes. Note, UDP size + IP header > 46 bytes, where IP header is 20 bytes.
    1414 * '''Checksum''' == 0x0000, not used (optional for IPv4)
    1515 * Further UDP information at http://en.wikipedia.org/wiki/User_Datagram_Protocol.