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

Add max TCP buffer size #11

Open
amcmahon01 opened this issue Jul 30, 2018 · 0 comments
Open

Add max TCP buffer size #11

amcmahon01 opened this issue Jul 30, 2018 · 0 comments

Comments

@amcmahon01
Copy link
Member

amcmahon01 commented Jul 30, 2018

Description

A max buffer size should be imposed on the TCP transfer mechanism so that if a connection is dropped real-time display data does not accumulate to unreasonable sizes.

Context

This will reduce memory and swap space usage, improve performance and provide more up to date data when reconnected.

Possible Implementation

Implement a queuing system which either ignores calls after a certain point or a ring buffer that holds only to most recent values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants