Added silc_file_set_nonblock. Fixed FD Stream. Comment fixes.
[silc.git] / lib / silcutil / silcfdstream.h
index 3acb8cecaf78a135f1c50ddb05c781d818b5014f..9904fcac0dafcffe8290a8242084a0340fcb8ce8 100644 (file)
@@ -26,6 +26,9 @@
  * interface should be used only with real file descriptors, not with
  * sockets.  Use the SILC Socket Stream for sockets.
  *
+ * SILC File Descriptor Stream is not thread-safe.  If same stream must be
+ * used in multithreaded environment concurrency control must be employed.
+ *
  ***/
 
 #ifndef SILCFDSTREAM_H