Generic Stream Encapsulation: Difference between revisions

Content deleted Content added
External links: add link to opensource implementation
m CRC-32 Trailer: Typo fixing, replaced: paylod → payload using AWB
Line 133:
<math>y = x^{32} + x^{26} + x^{23} + x^{22} + x^{16} + x^{12} + x^{11} + x^{10} + x^{8} + x^{7} + x^{5} + x^{4} + x^{2} + x^{1} + x^{0}</math>
 
If the last fragment of a paylodpayload frame is lost, the decapsulator can not directly detect that fact. It never sees the GSE frame with the End flag set and containing the CRC-32. For this situation, the decapsulator must choose a suitable time-out based on the data-rate and application.
 
== GSE Implementations ==