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

Bidirectional frame streams support #264

Merged
merged 9 commits into from
Jul 16, 2020
Merged

Bidirectional frame streams support #264

merged 9 commits into from
Jul 16, 2020

Conversation

ralphdolmans
Copy link
Contributor

Add dnstap-bidirectional option (default yes) to use the bidirectional frame streams mode for sending DNSTAP messages. See also issue #245.

Tested to work with the golang dnstap client, and unbound-dnstap-socket.

Not (yet) listening for FINISH frames. Not sure we need that. As far as I can tell FINISH frames are only sent after receiving the STOP frame, which we only send out right before closing a connection. As there are no frames to be received by Unbound after the ACCEPT frame I think it is fine to close immediately after sending the STOP, without waiting for FINISH.

Copy link
Member

@wcawijngaards wcawijngaards 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!

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.

2 participants