Skip to content

queue_payload_data_out_of_order ack cause occasionally Out of order, tunnel not work #25

@wangxing37

Description

@wangxing37

if (!cur->recv_ring[pos] && pt_pkt->state == kProto_data) {
pt_log(kLog_verbose,
"Out of order. Expected: %d Got: %d Inserted: %d "
"(cur = %d)\n",
cur->next_remote_seq,
pt_pkt->seq_no,
pos,
cur->recv_idx);
cur->recv_ring[pos] = create_fwd_desc(pt_pkt->seq_no, pt_pkt->data_len, pt_pkt->data);
cur->recv_wait_send++;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    need more infomore information about this issue required

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions