Changed framing between backend and frontend to RFC6242 "chunked-encoding"
This commit is contained in:
parent
9f73014500
commit
db11b5ef99
5 changed files with 227 additions and 16 deletions
|
|
@ -205,3 +205,13 @@
|
|||
* This constant will be removed after the 6.6 release
|
||||
*/
|
||||
#define COMPAT_6_5
|
||||
|
||||
/*! Use 1.1 RFC 6242 chunked encoding framing for internal use
|
||||
*
|
||||
* Replaces internal IPC
|
||||
* clixon_msg_send2() an clixon_msg_rcv2() and some adjustment code in clixon_proto.c
|
||||
* Following things NYI:
|
||||
* - Emulates old clicon_msg API
|
||||
*/
|
||||
#undef NETCONF_INPUT_UNIFIED_INTERNAL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue