On 4/23/07, abhijit sansare <[EMAIL PROTECTED]> wrote:
Hi Niklas,
   Thanks for reply.
    My Question is how to detect malformed data.

If you are talking about detecting corrupt data, then you will have to
use some error checking mechanism in your protocol such as computing
CRC or MD5 checksums of data and sending it along with the payload.
You can check each payload against the checksum to make sure that it
is not corrupt.

HTH,
Vinod.

Reply via email to