You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.
pfisterer edited this page Apr 14, 2011
·
6 revisions
DLESTXETX Framing Decoder/Encoder
This framing decoder extracts packets from a stream of bytes. Imagine a TCP stream of bytes coming in in arbitrary chunks. The received byte chunks are not necessarily of the same size as they have been sent. For instance, a sender might send the following packets (separated by spaces): aaaa bb cccccccc ddd. The sequence of bytes transmitted could be received as follows: a aa abbcc ccc cccd dd. A frequent task is hence to split a stream of bytes into a sequence of packets.