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

Wrong buffer size? #39

Closed
fagci opened this issue Oct 8, 2020 · 1 comment · Fixed by #40
Closed

Wrong buffer size? #39

fagci opened this issue Oct 8, 2020 · 1 comment · Fixed by #40
Assignees
Labels

Comments

@fagci
Copy link

fagci commented Oct 8, 2020

data=s.recvfrom(65565)

TCP max packet size is 65535

@santosomar santosomar self-assigned this Oct 9, 2020
@santosomar
Copy link
Contributor

Thank you so much for your finding! I will address it shortly. Yes indeed, that is a typo and the TCP max packet size is 65535.

@santosomar santosomar added the bug label Oct 9, 2020
@santosomar santosomar linked a pull request Oct 9, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants