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

Support setting multiple socket options. #41

Conversation

Lukasa
Copy link
Collaborator

@Lukasa Lukasa commented May 1, 2019

Motivation:

We never brought across the fix to apple/swift-nio#597 into swift-nio-transport-services. This
has caused some users a few hard-to-track-down surprises. We fixed this in the mainline by way
of #40, but users running the old codebase probably want this fix too.

Modifications:

Result:

Users can set multiple socket options.

Motivation:

We never brought across the fix to apple/swift-nio#597 into swift-nio-transport-services. This
has caused some users a few hard-to-track-down surprises. We fixed this in the mainline by way
of apple#40, but users running the old codebase probably want this fix too.

Modifications:

- Side-ported the fix from apple/swift-nio#597.
- Back-ported the test from apple#40.

Result:

Users can set multiple socket options.
@Lukasa Lukasa added the semver/patch No public API change. label May 1, 2019
@Lukasa Lukasa added this to the 0.5.3 milestone May 1, 2019
@Lukasa Lukasa requested a review from weissi May 1, 2019 13:17
Copy link
Member

@weissi weissi 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

@weissi weissi merged commit 553f2f7 into apple:swift-nio-transport-services-swift-4-maintenance May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants