#include <queue>#include "common-defs.h"#include "pdu.h"#include "ipaddr.h"#include "ipv4.h"#include "node.h"#include "tcp.h"#include "virusthrottle.h"Go to the source code of this file.
Classes | |
| class | Connection |
| class | CounterMalice |
Defines | |
| #define | ALLOW true |
| #define | DISALLOW false |
| #define | TCP_PROTOCOL 6 |
| #define | UDP_PROTOCOL 17 |
Typedefs | |
| typedef std::map< IPAddr_t, DelayQueue_t > | Queues_t |
| typedef std::map< IPAddr_t, WorkingSet_t > | WorkingSets_t |
| typedef std::pair< bool, Count_t > | ConnPair_t |
| typedef std::map< IPAddr_t, Connection > | Connections_t |
| typedef std::vector< Interface * > | IFVec_t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1