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

rename function to enable / disable nagle algorithm #349

Merged
merged 4 commits into from Jul 28, 2022

Conversation

stlankes
Copy link
Contributor

No description provided.

@stlankes stlankes requested a review from mkroening July 26, 2022 18:33
Copy link
Member

@mkroening mkroening left a comment

Choose a reason for hiding this comment

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

Looks good to me. This function is not used anywhere yet though, right?

We might want to name it sys_tcp_set_nodelay as done in std though. And a corresponding sys_tcp_nodelay as getter might be useful.

You can go ahead an merge this though, I have no strong opinion on this. :)

@stlankes
Copy link
Contributor Author

Yes, but a getter function requires a new version of smoltcp (see smoltcp-rs/smoltcp/pull/642).

@stlankes
Copy link
Contributor Author

@mkroening Why does CI fail? Any idea?

@mkroening
Copy link
Member

@mkroening Why does CI fail? Any idea?

Seems to be quite strange indeed. I think we could disable the windows CI for now.

@stlankes
Copy link
Contributor Author

bors r+

bors bot added a commit that referenced this pull request Jul 28, 2022
349: rename function to enable / disable nagle algorithm r=stlankes a=stlankes



Co-authored-by: Stefan Lankes <slankes@eonerc.rwth-aachen.de>
@mkroening
Copy link
Member

bors r+

You also need to remove the job from bors.toml.

@bors
Copy link
Contributor

bors bot commented Jul 28, 2022

Timed out.

@stlankes
Copy link
Contributor Author

bors r+

bors bot added a commit that referenced this pull request Jul 28, 2022
349: rename function to enable / disable nagle algorithm r=stlankes a=stlankes



Co-authored-by: Stefan Lankes <slankes@eonerc.rwth-aachen.de>
@stlankes
Copy link
Contributor Author

bors r-

@bors
Copy link
Contributor

bors bot commented Jul 28, 2022

Canceled.

@stlankes
Copy link
Contributor Author

bors r+

@bors
Copy link
Contributor

bors bot commented Jul 28, 2022

@bors bors bot merged commit 963e561 into hermit-os:master Jul 28, 2022
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.

None yet

2 participants