master/master.h
changeset 347 d201392748eb
parent 344 5d8281f1aa2a
child 361 29af81543ce1
equal deleted inserted replaced
346:8f35508d90ad 347:d201392748eb
    70 */
    70 */
    71 
    71 
    72 typedef struct
    72 typedef struct
    73 {
    73 {
    74     unsigned int timeouts; /**< datagram timeouts */
    74     unsigned int timeouts; /**< datagram timeouts */
    75     unsigned int delayed; /**< delayed datagrams */
       
    76     unsigned int corrupted; /**< corrupted frames */
    75     unsigned int corrupted; /**< corrupted frames */
    77     unsigned int skipped; /**< skipped datagrams (the ones that were
    76     unsigned int skipped; /**< skipped datagrams (the ones that were
    78                              requeued when not yet received) */
    77                              requeued when not yet received) */
    79     unsigned int unmatched; /**< unmatched datagrams (received, but not
    78     unsigned int unmatched; /**< unmatched datagrams (received, but not
    80                                queued any longer) */
    79                                queued any longer) */