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

Sctp fixes #9

Merged
merged 2 commits into from
Feb 1, 2018
Merged

Sctp fixes #9

merged 2 commits into from
Feb 1, 2018

Conversation

emakeev
Copy link
Contributor

@emakeev emakeev commented Feb 1, 2018

Go SCTP bug fixes:
1) Fix to avoid returning negative read lenth on failed SCTP Reads (it breaks std Go buffered IO)
2) Atomic access to internal SCTP Connection fd & connection close FD cleanup to prevent "double" fd closure which may affect another connection in multithreaded environments.

1) Fix to avoid returning negative read lenth on failed SCTP Reads (it breaks std Go buffered IO)
2) Atomic access to internal SCTP Connection fd & connection close FD cleanup to prevent "double" fd closure
which may affect another connection in multithreaded environments.
@ishidawataru
Copy link
Owner

@emakeev Thanks a lot!

@emakeev emakeev mentioned this pull request Feb 1, 2018
@emakeev emakeev deleted the sctp_fixes branch April 11, 2018 19:18
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