]> sjero.net Git - linphone/commitdiff
Add comment about iterate() interval for ICE to work properly.
authorGhislain MARY <ghislain.mary@belledonne-communications.com>
Tue, 25 Sep 2012 13:22:00 +0000 (15:22 +0200)
committerGhislain MARY <ghislain.mary@belledonne-communications.com>
Tue, 25 Sep 2012 13:24:02 +0000 (15:24 +0200)
coreapi/linphonecore.h

index 583d66356d9bf1e48c6a9226901762e42a6c0056..892864fbba9da90dc5f042e8724403028a8649f0 100644 (file)
@@ -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*/
 /**