- Better restconf debug: when restconf debug flag set in datastore, ensure the process is started with -D set
- Fixed native http support for base container - Changed test certs and restconf scripts to functions
This commit is contained in:
parent
244060fddc
commit
15d01c58d8
49 changed files with 539 additions and 103 deletions
|
|
@ -181,8 +181,8 @@
|
|||
/* See see listen(5) */
|
||||
#define SOCKET_LISTEN_BACKLOG 8
|
||||
|
||||
/* Cert verify depth */
|
||||
#define VERIFY_DEPTH 1
|
||||
/* Cert verify depth: dont know what to set here? */
|
||||
#define VERIFY_DEPTH 5
|
||||
|
||||
/* Forward */
|
||||
static int restconf_connection(int s, void* arg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue