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 TCP to collector for IPFIX #23

Open
bitkeks opened this issue Apr 2, 2020 · 2 comments
Open

Add TCP to collector for IPFIX #23

bitkeks opened this issue Apr 2, 2020 · 2 comments

Comments

@bitkeks
Copy link
Owner

bitkeks commented Apr 2, 2020

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 bitkeks self-assigned this Apr 2, 2020
@bitkeks bitkeks pinned this issue Apr 4, 2021
@mrx3000
Copy link

mrx3000 commented Apr 29, 2021

Any update on the implementation?

@bitkeks
Copy link
Owner Author

bitkeks commented May 2, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants