AllJoyn Version: Thin core 16.04 aj\allseen\core\ajtcl\test\doorsvc.cc
I try to study the security flow for doorsvc example code. … AJ_SetIdleTimeouts(&bus, 10, 4);
What is the purpose to use “AJ_SetIdleTimeouts(&bus, 10, 4);”? And any detail information about AJ_SetIdleTimeouts?
Thank you very much
AJ_SetIdleTimeouts()is a method defined at the aj_link_timeout.h file. The purpose of the method is to adjust the idle-timeout value between the routing node and the thin client. In AJ Thin Core Library, Thin Clients connect a standard client (AKA routing node) and use that client as routing their messages. During this connection, routing node send ping messages to the thin clients in order to make sure that they are up&running.You can find the method declaration at the below: