Skip to content

reuseport & netty direct buffers#503

Draft
apehum wants to merge 24 commits intov2.1.xfrom
perf/tweaks
Draft

reuseport & netty direct buffers#503
apehum wants to merge 24 commits intov2.1.xfrom
perf/tweaks

Conversation

@apehum
Copy link
Member

@apehum apehum commented Jan 1, 2026

based on #489

reuseport

reuseport is disabled by default and can be enabled in the config:

[voice]
# Enables SO_REUSEPORT
# Instead of using one single thread for all incoming connections,
# with SO_REUSEPORT multiple sockets will be bound on the same port
# and distribute connections between multiple worker threads
# Requires Linux or macOS
reuse_port = false

Download

https://artifacts.plasmoverse.com/projects/plasmo-voice/branches/perf%2Ftweaks

@apehum apehum changed the title reuseport & netty buffers reuseport & netty direct buffers Jan 1, 2026
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