Skip to content

代码中的问题 #10

@Kfreedo

Description

@Kfreedo

uint32_t right_wnd_edge = snd->peer_wnd + cur_stream->rcv->snd_wl1;

是不是应该为
uint32_t right_wnd_edge = snd->peer_wnd + cur_stream->rcv->snd_wl2;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions