Ask Your Question

Revision history [back]

nextseqtime

Hi experts,

What is nextseqtime? Is it an estimated value or a real value?

No.1 SeqNum 1      NextSeq 1449    Ack 100 
No.2 SeqNum 1449   NextSeq 2897    Ack 100

Is nextseqtime the timestamp of packet No.2? or?

typedef struct tcp_analyze_seq_flow_info_t {

nstime_t nextseqtime;   /* Time of the nextseq packet so we can
                              * distinguish between retransmission,
                              * fast retransmissions and outoforder
                              */

nextseqtime

Hi experts,

What is nextseqtime? Is it an estimated value or a real value?

No.1 SeqNum 1      NextSeq 1449    Ack 100 
No.2 SeqNum 1449   NextSeq 2897    Ack 100

Is nextseqtime the timestamp of packet No.2? or?

typedef struct tcp_analyze_seq_flow_info_t {

nstime_t nextseqtime;   /* Time of the nextseq packet so we can
                              * distinguish between retransmission,
                              * fast retransmissions and outoforder
                              */

nextseq and nextseqtime

Hi experts,

What is nextseq and nextseqtime? Is it the nextseqtime an estimated value or a real value?

No.1 SeqNum 1      NextSeq 1449    Ack 100 
No.2 SeqNum 1449   NextSeq 2897    Ack 100

1. Is nextseq 2897? 2. Is nextseqtime the timestamp of packet No.2? or?or? No.1 SeqNum 1 NextSeq 1449 Ack 100 No.2 SeqNum 2897 NextSeq 3000 Ack 100 3. Is nextseq 3000? 4. Is nextseqtime the timestamp of packet No.2? or?

The relevant code:

 typedef struct tcp_analyze_seq_flow_info_t {
     guint32 nextseq;         /* highest seen nextseq */
    nstime_t nextseqtime;    /* Time of the nextseq packet so we can
                              * distinguish between retransmission,
                              * fast retransmissions and outoforder
                              */
 }

Regards, 7ACE