|
Hybrid ICN (hICN) plugin
v21.06-rc0-4-g18fa668
|
The connection manager handles connection events, such as going down. More...
#include <hicn/core/forwarder.h>
Go to the source code of this file.
Typedefs | |
| typedef struct connection_manager | ConnectionManager |
Functions | |
| ConnectionManager * | connectionManager_Create (Forwarder *forwarder) |
| void | connectionManager_Destroy (ConnectionManager **managerPtr) |
The connection manager handles connection events, such as going down.
The connection manager listens to the event notification system. Based on those events, the connection manager will take specific actions. This is expected to be a singleton instantiated by the forwarder.
1.8.17