Remove enum - UDP connection, nnstreamer-edge handles TCP connection only.
Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
typedef enum {
NNS_EDGE_CONNECT_TYPE_TCP = 0,
- NNS_EDGE_CONNECT_TYPE_UDP,
NNS_EDGE_CONNECT_TYPE_MQTT,
NNS_EDGE_CONNECT_TYPE_HYBRID,
NNS_EDGE_CONNECT_TYPE_AITT,
} nns_edge_thread_data_s;
/**
- * @brief Set socket option.
- * @todo handle connection type (TCP/UDP).
+ * @brief Set socket option. nnstreamer-edge handles TCP connection now.
*/
static void
_set_socket_option (int fd)