libcorrect
libcorrect copied to clipboard
How to use this to encode block-based data
My data was like this: 1500 bytes per packet. the packet may lose or recieved correctly. how should use this library to encode my data?
as I can see in correct.h file the encode function only accept 255 bytes or less data as input.
My data was like this: 1500 bytes per packet. the packet may lose or recieved correctly. how should use this library to encode my data?
as I can see in correct.h file the encode function only accept 255 bytes or less data as input.
have you solve this problem, I have encountered the same problem