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

Fixing connection problems when the peer has performed an shutdown and enhancement for issue #4 #22

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

avatli
Copy link

@avatli avatli commented Nov 2, 2015

No description provided.

On success, the number of bytes read function is returned zero indicates end of peer connection
recv function: On success, the number of bytes read function is returned zero indicates end of peer connection
send function: Requests not to send SIGPIPE on errors on stream oriented sockets when the other end breaks the connection. The EPIPE error is still returned.
When we have an error on the connection between pairs, we need to delete the socket conn before try to connect again.
@avatli avatli changed the title Fixing connection problems when the peer has performed an shutdown Fixing connection problems when the peer has performed an shutdown and enhancement for issue #4 Nov 4, 2015
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.

1 participant