X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=dccp_send.c;h=5478c1d19a23210ae719a4f0c80e9cca56376541;hb=821c67c164f932a189927f62b3ddcf2ee95b455a;hp=dd495f98eccb190fc8aff579cf7851d5bcf627d8;hpb=f9149914884d8348ae0dca36aa47478da921ac8b;p=paraslash.git diff --git a/dccp_send.c b/dccp_send.c index dd495f98..5478c1d1 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -16,6 +16,11 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ +/* + * based on server.c of dccp-cs-0.01.tar.bz2, + * (C) 2005 Ian McDonald + */ + #include "server.h" #include "net.h" #include "list.h" @@ -131,7 +136,7 @@ static void dccp_send(__unused struct audio_format *af, if (!_write_ok(dc->fd)) continue; } - PARA_DEBUG_LOG("writing %d bytes to fd %d\n", len, dc->fd); +// PARA_DEBUG_LOG("writing %d bytes to fd %d\n", len, dc->fd); ret = write(dc->fd, buf, len); if (ret != len) dccp_shutdown_client(dc);