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

connection activity fixes #155

Merged
merged 5 commits into from
Aug 14, 2014
Merged

connection activity fixes #155

merged 5 commits into from
Aug 14, 2014

Conversation

seliopou
Copy link
Collaborator

This pull request corrects the behavior the connection activity monitoring code. Specifically, the code now:

  • detect idle connections that are still in the handshaking process; and
  • records receiving any message on a connection as activity.

No interfaces are changed by this commit.

This was not part of the public interface.
Treat the handshake state as something separate and orthogonal to
tracking activity. Now it's possible to detect an idle connection that
has not completed a handshake and kill it if necessary.
According to the OpenFlow specifications, controllers should implement
the echo response at the lowest-level possible.
@seliopou
Copy link
Collaborator Author

This is for a future release.

seliopou added a commit that referenced this pull request Aug 14, 2014
@seliopou seliopou merged commit 1c73bb8 into master Aug 14, 2014
@seliopou seliopou deleted the activity branch August 14, 2014 18:57
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