PeterYFPeng

Results 3 comments of PeterYFPeng
trafficstars

Does this mean that NETCONF Server needs to listen for changes in callhome settings. Then break the past session according to the change, and then the NETCONF Client uses the...

I wrote a peter.yang. And in sysrepo, I wrote a plugins. I used sleep(5) to make a timeout situation. ```C static int peter_state_cb(sr_session_ctx_t *session, uint32_t sub_id, const char *module_name, const...

Thanks. That means I need to set '-t' to avoid timeout of sysrepo and then the client need to set timeout too.