Added silc_file_set_nonblock. Fixed FD Stream. Comment fixes.
[silc.git] / lib / silcutil / silcstream.h
index 31c6d078942933daa27f1286945951ba4e545cc5..e3278ab30ba260870cf2f4f2f83e2342d2be52c3 100644 (file)
  * other stream API derived from this API can use this same interface for
  * sending and receiving.
  *
+ * Note that stream implementations usually are not thread-safe.  Always
+ * verify whether a stream implementation is thread-safe by checking their
+ * corresponding documentation.
+ *
  ***/
 
 #ifndef SILCSTREAM_H