diff options
Diffstat (limited to 'hicn-light/src/core/forwarder.h')
-rw-r--r-- | hicn-light/src/core/forwarder.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hicn-light/src/core/forwarder.h b/hicn-light/src/core/forwarder.h index 6bc823294..de736a1f8 100644 --- a/hicn-light/src/core/forwarder.h +++ b/hicn-light/src/core/forwarder.h @@ -90,6 +90,12 @@ void forwarder_Destroy(Forwarder **ptr); */ void forwarder_SetupAllListeners(Forwarder *forwarder, uint16_t port, const char *localPath); +/** + * @function forwarder_SetupAllListeners + * @abstract Setup one tcp and one udp listener on address 127.0.0.1 and the + * given port + */ +void forwarder_SetupLocalListeners(Forwarder *forwarder, uint16_t port); /** * Configure hicn-light via a configuration file |