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

TCP Implementation should properly handle streams #4

Open
brow1633 opened this issue Jun 9, 2024 · 0 comments
Open

TCP Implementation should properly handle streams #4

brow1633 opened this issue Jun 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@brow1633
Copy link
Owner

brow1633 commented Jun 9, 2024

Currently, the TCP implementation receives a # of bytes packet, and then waits for that # of bytes to be received. This is an issue because:

  1. The # of bytes could be greater than the fixed-length buffer size
  2. Could be potentially blocking for a significant period of time
@brow1633 brow1633 added the enhancement New feature or request label Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant