X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftcpip.c;h=986abc926f1a7ac2d97edd490aa5ef136f748d54;hb=7e12528ec54fa937612c94a936f02872d9a6ca5c;hp=603f3315ca3ea1a54819d50888da4585b69833d9;hpb=bbb858cba04873a77ae3d55f759c4226cbd61eec;p=yaz-moved-to-github.git diff --git a/src/tcpip.c b/src/tcpip.c index 603f331..986abc9 100644 --- a/src/tcpip.c +++ b/src/tcpip.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data + * Copyright (C) 1995-2012 Index Data * See the file LICENSE for details. */ /** @@ -204,7 +204,7 @@ COMSTACK tcpip_type(int s, int flags, int protocol, void *vp) p->f_addrstr = tcpip_addrstr; p->f_straddr = tcpip_straddr; p->f_set_blocking = tcpip_set_blocking; - p->max_recv_bytes = 5000000; + p->max_recv_bytes = 128 * 1024 * 1024; p->state = s < 0 ? CS_ST_UNBND : CS_ST_IDLE; /* state of line */ p->event = CS_NONE;