Skip to content

Conversation

@PDXKimani
Copy link
Contributor

@PDXKimani PDXKimani commented Sep 16, 2025

No description provided.

hack: use raw sockets, set config like gRPC

make socket and buffer paramaters a bit more configurable
@PDXKimani PDXKimani changed the title configurability make some socket and buffer settings configurable. Sep 16, 2025
#[derive(Debug, Clone)]
pub struct ClientRegistry<TConnector = TcpConnector> {
max_buffer_length: usize,
buffer_allocation_interval: usize,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You used "increment" in the Connection and SocketServer. I think that's the better word, and it should be consistent here and elsewhere.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

too many simultaneous conversations frazzled the brain. Yes, that's what I intended to use.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no worries, I was pretty sure it was just a mistype anyway

@PDXKimani PDXKimani requested a review from kvc0 September 16, 2025 22:31
@kvc0
Copy link
Owner

kvc0 commented Sep 16, 2025

@PDXKimani you missed cargo fmt; I'd do it myself but I'm afk... push the fmt fix and I'll merge

@PDXKimani
Copy link
Contributor Author

@PDXKimani you missed cargo fmt; I'd do it myself but I'm afk... push the fmt fix and I'll merge

@kvc0 fixed, thanks

@kvc0 kvc0 merged commit c3d5c77 into kvc0:main Sep 16, 2025
1 check passed
@kvc0
Copy link
Owner

kvc0 commented Sep 16, 2025

Thanks for the change!

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.

2 participants