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

Why does not extend the data_end during re-written the packet #13

Open
paulzhn opened this issue Apr 26, 2023 · 0 comments
Open

Why does not extend the data_end during re-written the packet #13

paulzhn opened this issue Apr 26, 2023 · 0 comments

Comments

@paulzhn
Copy link

paulzhn commented Apr 26, 2023

When the client send GET to server, the packet only contains the GET abcd. In this example, the data_end - data = 8. So, if we want to re-write the value into the original packet, the packet size should be extended.

However, the packet only seemed to extend with 128 bytes length, but the maximum allowed length is 1500, then if the value is longer then 8, where to write the rest of value?

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