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

Convert UDS writers to use UnixDatagram instead of UnixStream #89

Merged
merged 6 commits into from
Sep 26, 2019

Conversation

Daniel-B-Smith
Copy link
Contributor

#86 used the wrong UDS protocol. This PR uses the correct protocol along with some cleanup.

Fixes #88

@Daniel-B-Smith
Copy link
Contributor Author

Please let me know if you'd like me to convert the TODO into a GitHub Issue.

src/client.rs Outdated Show resolved Hide resolved
src/io.rs Outdated Show resolved Hide resolved
src/io.rs Outdated Show resolved Hide resolved
src/sinks/uds.rs Outdated Show resolved Hide resolved
src/sinks/uds.rs Outdated Show resolved Hide resolved
src/sinks/uds.rs Show resolved Hide resolved
src/sinks/uds.rs Outdated Show resolved Hide resolved
@56quarters
Copy link
Owner

Looks good. Rebase to a single commit and I'll merge. Thanks!

@56quarters 56quarters merged commit eb57602 into 56quarters:master Sep 26, 2019
@56quarters
Copy link
Owner

Nm, I did the merge + rebase

@Daniel-B-Smith
Copy link
Contributor Author

Thanks! Could you do a cargo release with this added in?

@56quarters
Copy link
Owner

It'll be a little while before I'm ready to do the next release.

@Daniel-B-Smith Daniel-B-Smith deleted the writer branch September 27, 2019 13:44
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.

Replace UnixStream based sink with UnixDatagram based one
2 participants