summaryrefslogtreecommitdiff
path: root/src/server/Client.zig
Commit message (Collapse)AuthorAge
* Using separate queue for high throughput messagesRobby Zambito2026-01-04
|
* Probe for optimal network buffer size.Robby Zambito2026-01-04
| | | | | | | | | We want to match the underlying system socket buffer. Filling this buffer minimizes the number of syscalls we do. Larger would be a waste. Also changed parser to use enums that more closely match the NATS message types.
* holy moly goes way fast!!!Robby Zambito2026-01-03
| | | | like 150 mbps now
* Organize thingsRobby Zambito2026-01-03
Making it easier to use the server as a library