Closed rydy closed 3 months ago
What version of libnetconf2 are you using? There was a problem with a missing include.
What version of libnetconf2 are you using? There was a problem with a missing include.
libnetconf2-3.0.17,I tried to add the following code to make it work.
Just those 2 includes should be enough, fixed in libnetconf2 v3.0.19.
Just those 2 includes should be enough, fixed in libnetconf2 v3.0.19.
thanks.
Hi, I tried to modify the TCP keepalive of netconf server to configure the following parameters, but it did not work after configuration.
Because the relevant macros(TCP_KEEPIDLE、TCP_KEEPINTVL、TCP_KEEPCNT) are not defined, The following code is not compiled.
I tried to change the code manually, but got an error: 'TCP_KEEPIDLE' is not declared.: 'TCP_KEEPIDLE' undeclared. how should I change it?
Thanks.