python-netflow-v9-softflowd icon indicating copy to clipboard operation
python-netflow-v9-softflowd copied to clipboard

Add TCP to collector for IPFIX

Open bitkeks opened this issue 5 years ago • 2 comments

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

bitkeks avatar Apr 02 '20 07:04 bitkeks

Any update on the implementation?

mrx3000 avatar Apr 29 '21 19:04 mrx3000

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.

bitkeks avatar May 02 '21 13:05 bitkeks