Make a facility for COMSTACK to reject too large packages. The maximum
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 24 Aug 2006 13:25:44 +0000 (13:25 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 24 Aug 2006 13:25:44 +0000 (13:25 +0000)
size can be set with cs_ste_max_recv_bytes. By default, maximum is
5000000 (approx 5 MB). If max size is received error comstack error
CSBUFSIZE is returned. The generic frontend server checks for this error
and sends a close + logs if this condition occur.


No differences found