40#ifndef DKTP_SENDER_APP_H
41#define DKTP_SENDER_APP_H
43#include "dktpcommon.h"
51static const char DKTP_APP_PATH[] =
"DKTP";
52static const char DKTP_LISTENER_REMOTE_PEER_KEY_NAME[] =
"listener_remote_peer_key.dpkey";
53static const char DKTP_LISTENER_PATH[] =
"Listener";
54static const char DKTP_REMOTE_PEER_KEY_EXTENSION[] =
".dpkey";
55static const char DKTP_SENDER_LOCAL_PEER_KEY_NAME[] =
"sender_local_peer_key.dskey";
56static const char DKTP_SENDER_PATH[] =
"Sender";
57static const char DKTP_SENDER_REMOTE_PEER_KEY_NAME[] =
"sender_remote_peer_key.dpkey";