updates.
[silc.git] / lib / silcutil / win32 / silcwin32net.c
index e34d981aa59c0f776fe41fc0967db4e8ad03577a..30620bf0ff1ca0a4b3408b0a62e7edbf1c1a6175 100644 (file)
@@ -152,8 +152,6 @@ int silc_net_create_connection(int port, char *host)
    connection returns directly. To get the result of the connect() one
    must select() the socket and read the result after it's ready. */
 
-/* XXX Is the socket on WIN32 always non-blocking? */
-
 int silc_net_create_connection_async(int port, char *host)
 {
   SOCKET sock;