From 3e48688f721f430d71ed02b453570f069265a964 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 25 Sep 2012 15:22:00 +0200 Subject: [PATCH] Add comment about iterate() interval for ICE to work properly. --- coreapi/linphonecore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index 583d66356..892864fbb 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -904,6 +904,7 @@ LinphoneCore *linphone_core_new(const LinphoneCoreVTable *vtable, const char *config_path, const char *factory_config, void* userdata); /* function to be periodically called in a main loop */ +/* For ICE to work properly it should be called every 20ms */ void linphone_core_iterate(LinphoneCore *lc); #if 0 /*not implemented yet*/ /**