aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_stream_lib.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-01-16 11:35:45 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-01-16 11:35:45 +0000
commita98bf7b88926295d9c0c823a60c0cf7b8a981871 (patch)
treeaa43d577e5cf8be0cf703618663c95972a4e64ff /src/include/gnunet_stream_lib.h
parent050c87aedbc190dbf29e8bf9de8c9cafd97a10b3 (diff)
downloadgnunet-a98bf7b88926295d9c0c823a60c0cf7b8a981871.tar.gz
gnunet-a98bf7b88926295d9c0c823a60c0cf7b8a981871.zip
- doc
- moved write_cont callback towarding beginning of GNUNET_STREAM_WriteHandle - rename stream_protocol.h to stream.h
Diffstat (limited to 'src/include/gnunet_stream_lib.h')
-rw-r--r--src/include/gnunet_stream_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_stream_lib.h b/src/include/gnunet_stream_lib.h
index 0acede1ac..056695ba3 100644
--- a/src/include/gnunet_stream_lib.h
+++ b/src/include/gnunet_stream_lib.h
@@ -301,7 +301,7 @@ struct GNUNET_STREAM_ReadHandle;
301 301
302/** 302/**
303 * Tries to write the given data to the stream. The maximum size of data that 303 * Tries to write the given data to the stream. The maximum size of data that
304 * can be written as part of a write operation is (64 * (64000 - sizeof (struct 304 * can be written per a write operation is ~ 4MB (64 * (64000 - sizeof (struct
305 * GNUNET_STREAM_DataMessage))). If size is greater than this it is not an API 305 * GNUNET_STREAM_DataMessage))). If size is greater than this it is not an API
306 * violation, however only the said number of maximum bytes will be written. 306 * violation, however only the said number of maximum bytes will be written.
307 * 307 *