User Activity

  • Created ticket #477 on TCNOpen

    MD TCP socket at listener side, timeout to close inactive socket ?

  • Posted a comment on ticket #438 on TCNOpen

    Hi. We also faced this issue, here is a patch proposal. Best regards, -Kari-

  • Posted a comment on ticket #395 on TCNOpen

    Could we change the code like below, trdp_pdcom.c 896 if ((newSeqCnt > 0u) && (newSeqCnt > (pExistingElement->curSeqCnt + 1u))) -> if ((newSeqCnt > 0u) && (newSeqCnt > (pExistingElement->curSeqCnt + 1u)) && (pExistingElement->numRxTx > 0)) And increase missed frames counter only if subscriber has received some frame.

  • Posted a comment on ticket #394 on TCNOpen

    Could we just remove following code lines (900-903) from trdp_pdcom.c ? 900 else if (pExistingElement->curSeqCnt > newSeqCnt) 901 { 902 pExistingElement->numMissed += UINT32_MAX - pExistingElement->curSeqCnt + newSeqCnt; 903 } And expect that receiving sequence counter value less than previous one means that publisher has restarted.

  • Created ticket #395 on TCNOpen

    PD subscriber statistics when publisher start earlier

  • Created ticket #394 on TCNOpen

    Statistics of missed PD packets when publisher restarts

  • Posted a comment on ticket #335 on TCNOpen

    Just tested current trunk, looks good. This ticket can be closed.

  • Posted a comment on ticket #335 on TCNOpen

    Just tested trunk-code, I'm afraid the fix doesn't work, some notifications are still dropped. trdp_mdcom.c: trdp_mdHandleRequest() ... /* Only if no Notification */ if (state != TRDP_ST_TX_NOTIFY_ARM) /* In my application, state is TRDP_ST_RX_NOTIFY_RECEIVED which cause "trdp_mdRecv: Repeated request discarded!" TRDP_ST_TX_NOTIFY_ARM -> TRDP_ST_RX_NOTIFY_RECEIVED ? */

View All

Personal Data

Username:
kkake
Joined:
2020-02-19 09:23:57
Location:
Finland / EEST
Gender:
Male

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB