Parallel Line Internet Protocol: Difference between revisions

Content deleted Content added
m Typo & format fixing, Typos fixed: lenght → length (2), using AWB
Line 24:
Every IP packet is sent over the line by first encapsulating it into a plip packet, which is then sent using the above protocol. The encapsulated packet is as follows:
 
* packet lenghtlength: 2 bytes, [[little endian]]
* ethernet header (mostly used for backward compatibility)
* the IP packet
* checksum: 1 byte, sum modulo 256 of bytes in the packet
 
The length and checksum are calculated over the second and third field only, so that for example the actual total length of the packet is three more than the lenghtlength as reported in the first two bytes of the packet.
 
==See also==