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

Enables setting options specific to DefaultSocketChannelConfiguration… #69

Merged
merged 1 commit into from
Feb 10, 2016

Conversation

nayato
Copy link
Member

@nayato nayato commented Feb 10, 2016

… (fix #68)

Motivation:
Fix a bug that breaks setting options specific to socket-based channel implementations

Modifications:
Added SetOption overload accepting socket-specific options to DefaultSocketChannelConfiguration

Result:
It is possible to modify send/receive buffer size and other settings through SetOption on Bootstrap.

@mtuchkov
Copy link
Contributor

Legitimate

…fix Azure#68)

Motivation:
Fix a bug that breaks setting options specific to socket-based channel implementations

Modifications:
Added SetOption overload accepting socket-specific options to DefaultSocketChannelConfiguration

Result:
It is possible to modify send/receive buffer size and other settings through SetOption on Bootstrap.
nayato added a commit that referenced this pull request Feb 10, 2016
Enables setting options specific to DefaultSocketChannelConfiguration…
@nayato nayato merged commit 2339024 into Azure:dev Feb 10, 2016
@nayato nayato deleted the tcpoptions branch May 6, 2016 02:13
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.

DefaultSocketChannelConfiguration.SetOption is broken
3 participants