From 79e0d4f89c4d532189aae06cc5dfbc14e3269703 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Mon, 11 Feb 2019 10:44:29 +0100 Subject: [HICN-50] Added udp application connector. Change-Id: I0c5afad4b404ec485f50b1342b81e70ef85a5163 Signed-off-by: Mauro Sardara Signed-off-by: michele papalini --- hicn-light/src/core/connection.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hicn-light/src/core/connection.h') diff --git a/hicn-light/src/core/connection.h b/hicn-light/src/core/connection.h index b5c703527..56fa131b5 100644 --- a/hicn-light/src/core/connection.h +++ b/hicn-light/src/core/connection.h @@ -64,6 +64,12 @@ Connection *connection_Acquire(Connection *connection); */ bool connection_Send(const Connection *conn, Message *message); +/** + * @function connection_SendCommandResponse + * @abstract Sends a response (ack/nack) for a command + */ +bool connection_SendCommandResponse(const Connection *conn, struct iovec *msg); + /** * Return the `IoOperations` instance associated with the specified `Connection` * instance. -- cgit 1.2.3-korg