Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

代码中的问题 #10

Open
Kfreedo opened this issue Jul 14, 2022 · 0 comments
Open

代码中的问题 #10

Kfreedo opened this issue Jul 14, 2022 · 0 comments

Comments

@Kfreedo
Copy link

Kfreedo commented Jul 14, 2022

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant