From: gichan Date: Mon, 11 Jul 2022 02:35:04 +0000 (+0900) Subject: [edge] Add UDP protocol enum. X-Git-Tag: submit/tizen/20220810.074948~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f35f5dc60e3cf44f161c8201db99bc0caae0f0b;p=platform%2Fupstream%2Fnnstreamer-edge.git [edge] Add UDP protocol enum. - Add UDP protocol enum value. Signed-off-by: gichan --- diff --git a/include/nnstreamer-edge.h b/include/nnstreamer-edge.h index dda1ad2..7b69a61 100644 --- a/include/nnstreamer-edge.h +++ b/include/nnstreamer-edge.h @@ -64,6 +64,7 @@ typedef enum { typedef enum { NNS_EDGE_PROTOCOL_TCP = 0, + NNS_EDGE_PROTOCOL_UDP, NNS_EDGE_PROTOCOL_MQTT, NNS_EDGE_PROTOCOL_AITT, NNS_EDGE_PROTOCOL_AITT_TCP,