You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is quite handy set of traits that can be used with any async stream of data - futures_codec and tokio_util::codec that basically does the same. It would be very handy to use them to work with data received from pcap device. However to do that we need to have some kind of interface that would implement Sink and Stream.
Is there any chance that such traits can be implemented in this repository?
The text was updated successfully, but these errors were encountered:
Alexei-Kornienko
changed the title
Use futures Codec for pcap async part
Use futures_codec for pcap async part
Apr 15, 2024
There is quite handy set of traits that can be used with any async stream of data - futures_codec and tokio_util::codec that basically does the same. It would be very handy to use them to work with data received from pcap device. However to do that we need to have some kind of interface that would implement Sink and Stream.
Is there any chance that such traits can be implemented in this repository?
The text was updated successfully, but these errors were encountered: