You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.
Why is microSeconds a pointer? Is that being returned to the user? The example shows it as an input parameter (but not a pointer). Don't understand what's going on.
How do you make a Listen that lasts forever?
Why doesn't this use the CCNxStackTimeout_Never and CCNxStackTimeout_Immediate constants but instead uses NULL to wait forever?
It's also not clear what is meant by "Messaging with the local CCN router are governed by the factory properties named by CCNxPortalFactory_LocalRouterTimeout". Also, that is just defined as an "extern const char *" in ccnx_PortalFactory.h without any documentation.
The text was updated successfully, but these errors were encountered:
Why is microSeconds a pointer? Is that being returned to the user? The example shows it as an input parameter (but not a pointer). Don't understand what's going on.
How do you make a Listen that lasts forever?
Why doesn't this use the CCNxStackTimeout_Never and CCNxStackTimeout_Immediate constants but instead uses NULL to wait forever?
It's also not clear what is meant by "Messaging with the local CCN router are governed by the factory properties named by
CCNxPortalFactory_LocalRouterTimeout
". Also, that is just defined as an "extern const char *" in ccnx_PortalFactory.h without any documentation.The text was updated successfully, but these errors were encountered: