python-ipfix
python-ipfix copied to clipboard
Add UDP support to ipfix.writer.MessageStreamWriter
UDP is still the most common protocol understood by collectors.
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.