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

v1.7.2 add global encoding buffer #10

Merged
merged 6 commits into from
Aug 4, 2024
Merged

v1.7.2 add global encoding buffer #10

merged 6 commits into from
Aug 4, 2024

Conversation

reececomo
Copy link
Owner

What's changed?

  • Optional global encoding buffer:
import { setTinybufConfig } from 'tinybuf';

setTinybufConfig({
  useGlobalEncodingBuffer: true,
  encodingBufferMaxSize: 1500, // MTU
});

@reececomo reececomo merged commit 51ea328 into main Aug 4, 2024
2 checks passed
@reececomo reececomo deleted the pr-v1.7.2 branch August 4, 2024 04:38
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 this pull request may close these issues.

1 participant