master/master.h
changeset 495 88c597598bbc
parent 492 9c58efb2c72d
child 525 8b20781bd1e0
equal deleted inserted replaced
494:178b1b43a88c 495:88c597598bbc
    73 */
    73 */
    74 
    74 
    75 typedef struct
    75 typedef struct
    76 {
    76 {
    77     unsigned int timeouts; /**< datagram timeouts */
    77     unsigned int timeouts; /**< datagram timeouts */
    78     unsigned int starved; /**< starved datagrams (not even sent) */
       
    79     unsigned int corrupted; /**< corrupted frames */
    78     unsigned int corrupted; /**< corrupted frames */
    80     unsigned int skipped; /**< skipped datagrams (the ones that were
    79     unsigned int skipped; /**< skipped datagrams (the ones that were
    81                              requeued when not yet received) */
    80                              requeued when not yet received) */
    82     unsigned int unmatched; /**< unmatched datagrams (received, but not
    81     unsigned int unmatched; /**< unmatched datagrams (received, but not
    83                                queued any longer) */
    82                                queued any longer) */