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

Fix: relay udp forward #664

Merged
merged 1 commit into from
Nov 18, 2020
Merged

Fix: relay udp forward #664

merged 1 commit into from
Nov 18, 2020

Conversation

sleshep
Copy link
Collaborator

@sleshep sleshep commented Nov 4, 2020

noDelay=false时,会依次写入 Requset header , payload len, payload
noDelay=true时,Request错误的被当成了 payload写入,顺序为 payload len,Request Header

本PR修复上述问题。
Closes #663

@ginuerzh ginuerzh merged commit 3ea5708 into ginuerzh:master Nov 18, 2020
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

Successfully merging this pull request may close these issues.

relay协议在设置nodelay=true时,转发udp会出现bad version
2 participants