- SECoP protocol for scriptcontext
This commit is contained in:
1
ascon.i
1
ascon.i
@ -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 */
|
||||
|
Reference in New Issue
Block a user