#include <list>
#include <sys/types.h>
#include "ServiceEntry.h"
#include "Counter.h"
#include "ThreadMessageQueue.h"
#include "NetworkLayer.h"
#include "PacketWriter.h"
Go to the source code of this file.
Compounds | |
class | RepairConnectionObject |
class | ServiceTable |
The ServiceTable keeps track of end-to-end connections. More... | |
Variables | |
const int | ST_INVALID_SERVICE = -1 |
const int | ST_NOT_EXPECTING_CONNECTION = -2 |
|
Definition at line 15 of file ServiceTable.h. |
|
Definition at line 16 of file ServiceTable.h. |