- SECoP protocol for scriptcontext

This commit is contained in:
2018-05-07 13:53:51 +02:00
parent da2b8c13d4
commit 19b3c71274
15 changed files with 288 additions and 27 deletions

View File

@ -65,6 +65,7 @@ struct Ascon {
char *sendTerminator; /**< terminator for sending messages */
char *replyTerminator; /**< (std) terminator list for reply. NULL is the special case CR, LF or CR/LF */
char *hostport; /**< host:port to connect */
in_addr_t ip; /**< the ip address */
pDynString errmsg; /**< error message */
double start; /**< unix time when read was started */
int noResponse; /**< no response expected */