]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - dccp_recv.c
doxify dccp
[paraslash.git] / dccp_recv.c
index 168ddf4f18ba3e91ebdd290eeddbdb51b08930d2..1ef1a31d8b865efbaf1c73f5ed042a59730026d0 100644 (file)
@@ -16,6 +16,8 @@
  *     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  */
 
+/** \file dccp_recv.c paraslash's dccp receiver */
+
 /*
  * based on client.c of dccp-cs-0.01.tar.bz2,
  * (C) 2005 Ian McDonald <imcdnzl@gmail.com>
@@ -35,8 +37,8 @@
 #include <sys/socket.h>
 #include <netdb.h>
 
-
-#define DCCP_BUFSIZE 4096
+/** the size of the output buffer */
+#define DCCP_BUFSIZE 40960
 
 /**
  * data specific to the dccp receiver