Module seec_channel::util
source · Expand description
Networking utilities.
Structs§
- A counter that tracks communication in bytes sent or received. Can be used with the
Statistics
struct to track communication in different phases. - A utility struct which is used to track communication on a best-effort basis.
- Combined asynchronous reader and writer that tracks bytes received and sent.
- AsyncReader that tracks the number of bytes read.
- AsyncWriter that tracks the number of bytes written.
Enums§
- Categories for recorded communication. The
Custom
variant can be used to label the communication with a user chosen string.