Hybrid ICN (hICN) plugin  v21.06-rc0-4-g18fa668
Typedefs | Functions
connectionManager.h File Reference

The connection manager handles connection events, such as going down. More...

#include <hicn/core/forwarder.h>
Include dependency graph for connectionManager.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)
 

Detailed Description

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.