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

Accept connection improvements #14

Merged
merged 1 commit into from
Apr 16, 2023
Merged

Conversation

franklee26
Copy link
Owner

  • Part of General performance improvements #13 and Multiplex over network socket/device #6.
  • Changes accept_buffer_map to accept_buffer_queue; the order is important here so we address Accept requests in an FIFO manner
  • Small change to buffer_client_hello; if we find that there are unhandled client-hellos in the queue, then we take care of those first and buffer in the incoming-packet as unhandled
  • Changes above allows us to sustain multiple-clients spawning multiple connection requests.

@franklee26 franklee26 merged commit e21356c into main Apr 16, 2023
@franklee26 franklee26 deleted the read_worker_improvements branch April 16, 2023 21:12
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.

1 participant