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

Add UDP support to ipfix.writer.MessageStreamWriter #22

Open
nickbroon opened this issue Aug 16, 2017 · 1 comment
Open

Add UDP support to ipfix.writer.MessageStreamWriter #22

nickbroon opened this issue Aug 16, 2017 · 1 comment

Comments

@nickbroon
Copy link

UDP is still the most common protocol understood by collectors.

@britram
Copy link
Owner

britram commented Sep 7, 2017

Does this not Just Work if you pass a bound UDP socket to writer.to_stream()? The writer and message modules were designed to always write once per message, which should cause the transmission of a single UDP datagram containing the message.

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