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

use a single TCP outgoing buffer for each client / session #665

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

aler9
Copy link
Member

@aler9 aler9 commented Dec 24, 2024

this saves memory.

Copy link

codecov bot commented Dec 24, 2024

Codecov Report

Attention: Patch coverage is 82.08955% with 12 lines in your changes missing coverage. Please review.

Project coverage is 82.48%. Comparing base (6750427) to head (618fbde).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
client.go 73.91% 4 Missing and 2 partials ⚠️
server_session.go 75.00% 4 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #665   +/-   ##
=======================================
  Coverage   82.47%   82.48%           
=======================================
  Files         116      116           
  Lines       11847    11851    +4     
=======================================
+ Hits         9771     9775    +4     
  Misses       1688     1688           
  Partials      388      388           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aler9 aler9 merged commit 5506eb2 into main Dec 24, 2024
8 of 9 checks passed
@aler9 aler9 deleted the feature/tcpbuf branch December 24, 2024 09:24
@aler9 aler9 changed the title use a single TCP outgoing buffer each client / session use a single TCP outgoing buffer for each client / session Dec 24, 2024
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