1#ifndef SEQUENCE_TRACKER_CLASS
2#define SEQUENCE_TRACKER_CLASS
Provides a dynamically resizable ASCII character string.
this will keep track of sequencing for a communication process on a per host basis.
DEFINE_CLASS_NAME("sequence_tracker")
bool have_seen(const machine_uid &host, int sequence)
void add_pair(const machine_uid &host, int sequence)
basis::astring text_form(bool verbose=false) const
Provides access to the operating system's socket methods.