neocool
Member level 4
What would be a good special symbol to indicate the start of packet in my custom winsock application? I want to be unique with respect to binary data that I am going to transfer (mostly multimedia).
Thanks
Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
... avoid the special symbol approach completely, add a simple start code (non-unique but infequently-occurring in the data), length, and crc...