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

Bi-directional streams are undocumented #19

Open
edigaryev opened this issue Apr 3, 2016 · 1 comment
Open

Bi-directional streams are undocumented #19

edigaryev opened this issue Apr 3, 2016 · 1 comment

Comments

@edigaryev
Copy link
Contributor

Currently documentation[1] explains in detail how uni-directional streams work, but leaves bi-directional streams largely undocumented.

When reading Frame Streams using non-blocking I/O, fstrm_reader abstraction is of no use (even fstrm_capture utility ignores it), so you have to talk to bi-directional writers on your own, but there's no specification on that, besides reading the fstrm_writer code.

[1] https://farsightsec.github.io/fstrm/group__fstrm__control.html

@edmonds
Copy link
Contributor

edmonds commented Apr 3, 2016

Hi, Nikolay:

Yes, you are correct, the bi-directional streams have not been documented. I will try to find some time this week to update the documentation.

Since there are already some fstrm reverse dependencies already, the protocol won't be changing, either. Probably the next release will be 1.0.0 with Semantic Versioning.

Thanks!

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

No branches or pull requests

2 participants