MADARA
3.1.8
|
#include <deque>
#include <queue>
#include <time.h>
#include "madara/LockType.h"
#include "madara/utility/stdint.h"
#include "ace/Guard_T.h"
#include "ace/Recursive_Thread_Mutex.h"
#include "madara/MADARA_export.h"
#include "madara/transport/QoSTransportSettings.h"
Go to the source code of this file.
Classes | |
class | madara::transport::PacketScheduler |
Provides scheduler for dropping packets. More... | |
Namespaces | |
madara | |
Copyright (c) 2015 Carnegie Mellon University. | |
madara::transport | |
Provides the network transport layer for knowledge bases to communicate within and across agents. | |
This file contains the PacketScheduler class, which is intended to enforce user-requested packet drop rates
Definition in file PacketScheduler.h.