python-netflow-v9-softflowd
python-netflow-v9-softflowd copied to clipboard
Add TCP to collector for IPFIX
In IPFIX, exporters and collectors can/should use TCP or SCTP for their connection instead of UDP. At least TCP should be added to the collector in this repo.
Related to #20 IPFIX
Any update on the implementation?
Not for public use yet. There's an experimental implementation with async for TCP, but it is not stable enough for usage. Guess the UDP implementation should just be ported for TCP sockets, with some overhead to track sessions.