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)
commit32687c1504015e0675d49983707576f8db9b7bfc
tree4b80a763e577475dcac7ff5544bce6f55d5f2eb1
parent4cadb168b5477478ceea77aa53364c54e6b3cfba
Make a facility for COMSTACK to reject too large packages. The maximum
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.
include/yaz/comstack.h
src/comstack.c
src/seshigh.c
src/tcpip.c