aboutsummaryrefslogtreecommitdiff
path: root/src/stream
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-02-22 20:46:21 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-02-22 20:46:21 +0000
commit280637c8e3e1712b495fb6a3184ed48e91110cf0 (patch)
treea3fe5383d4ba2cd882d736cf2b94c4495ff9b6ac /src/stream
parenta7cd4d6b10064d9e5db53c143045b0ad1b169e6e (diff)
downloadgnunet-280637c8e3e1712b495fb6a3184ed48e91110cf0.tar.gz
gnunet-280637c8e3e1712b495fb6a3184ed48e91110cf0.zip
-documentation fixes
Diffstat (limited to 'src/stream')
-rw-r--r--src/stream/stream_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stream/stream_api.c b/src/stream/stream_api.c
index ccb3d94b0..65836ce1c 100644
--- a/src/stream/stream_api.c
+++ b/src/stream/stream_api.c
@@ -623,7 +623,7 @@ write_data (struct GNUNET_STREAM_Socket *socket)
623 * @param socket the socket through which the ack was received 623 * @param socket the socket through which the ack was received
624 * @param tunnel connection to the other end 624 * @param tunnel connection to the other end
625 * @param sender who sent the message 625 * @param sender who sent the message
626 * @param ack the acknowledgment message 626 * @param msg the data message
627 * @param atsi performance data for the connection 627 * @param atsi performance data for the connection
628 * @return GNUNET_OK to keep the connection open, 628 * @return GNUNET_OK to keep the connection open,
629 * GNUNET_SYSERR to close it (signal serious error) 629 * GNUNET_SYSERR to close it (signal serious error)
@@ -852,7 +852,7 @@ client_handle_reset (void *cls,
852 * @param socket the socket through which the ack was received 852 * @param socket the socket through which the ack was received
853 * @param tunnel connection to the other end 853 * @param tunnel connection to the other end
854 * @param sender who sent the message 854 * @param sender who sent the message
855 * @param ack the acknowledgment message 855 * @param msg the transmit close message
856 * @param atsi performance data for the connection 856 * @param atsi performance data for the connection
857 * @return GNUNET_OK to keep the connection open, 857 * @return GNUNET_OK to keep the connection open,
858 * GNUNET_SYSERR to close it (signal serious error) 858 * GNUNET_SYSERR to close it (signal serious error)