From: Pekka Riikonen Date: Tue, 1 May 2007 16:51:18 +0000 (+0000) Subject: updates. X-Git-Tag: silc.toolkit.1.1.beta1~5 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=19c5d79db73c8bfd9652e5c92a3718a9ed25be20 updates. --- diff --git a/lib/doc/platforms.html b/lib/doc/platforms.html index 7fd26cd7..e2c03419 100644 --- a/lib/doc/platforms.html +++ b/lib/doc/platforms.html @@ -44,12 +44,6 @@ execute the Client Library. Instead the silc_client_run_one should be used, for example as an timer task and the Windows application's own message loop should be used as the main message loop. -
  • The function silc_net_create_connection_async is not actually -asynchronous on Windows, but synchronous and it will block the process -while the connection is created. This means also that the function -silc_client_connect_to_server is not asynchronous but -synchronous. -
     
     
    Mac OS X Implementation @@ -77,7 +71,3 @@ function should be used instead. The design of SilcSchedule on Symbian enables efficient data I/O even when silc_schedule_one is called from a timer task. The data I/O is scheduled separately by the Symbian Active Scheduler and the SilcSchedule will merely schedule timeouts. - -
  • The function silc_client_run on Symbian will return immediately. -On symbian the silc_client_run_one should be used instead. It can -used from a timer or from an idle task.