Re: Data Validity and Freshness



I read a little bit on this topic and found points which are as follow:

1. Sender should be repsonsible to have a validity bit set with each
frame to show the frame has valid data.
2. Sender should compute an incremented CRC for each data frame and
attach it with sending data for freshness.
3. Receiver should extract the CRC and see if the CRC has incremented
than data is fresh otherwise data is not freshed.
4. Receiver should discard any incomming data if the validity criteria
sent by the sender fails to satisfies.

Now any more suggestions for checking data validity and freshness

.



Relevant Pages

  • Re: Frameset download complete
    ... Private Sub AxWebBrowser1_DocumentComplete(ByVal sender As Object, ByVal e As AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEvent) Handles AxWebBrowser1.DocumentComplete ... But how can I get the top-level browser. ... >> frameset and frame complete. ... > DocumentComplete on the parent frame fires after DocumentComplete on all ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: Politics of the "VRFY" SMTP command...
    ... test that validity in an automated fashion, ... I expect that you understand this, but others may not: sending mail with ... The null address as sender is the best way to ... sink bounces for mail whose failure you don't care about, ...
    (comp.mail.sendmail)
  • Re: [Socketcan-users] [PATCH] CAN: make checking in can_rcv less restrictive
    ... Checking for can frame format in can_rcvis too restrictive. ... In our case a sender generates correct can frames carrying ... This way the can driver on our side runs into the bug ...
    (Linux-Kernel)
  • Re: How can a message receiver know the sender?
    ... Emptist> receiver know the sender for simpler code. ... frame:= Processor activeProcess topFrame sender. ... Based on anInteger you can get the caller chain. ...
    (comp.lang.smalltalk)
  • Re: PostMessage and unprocessed messages
    ... trasform byte in a structure and send it to the top-most dialog that ... When a frame is received I create my structure ... but I don't think it'd be foolproof - to do ... it properly you'd need to signal the sender to stop posting any more ...
    (microsoft.public.vc.mfc)

Loading