libsxmp/include/sntl/limits.h

22 lines
517 B
C
Raw Normal View History

2015-07-20 19:15:08 +03:00
/*
* Secure Network Transport Layer Library v2 implementation.
* (sntllv2) it superseed all versions before due to the:
* - memory consumption
* - new features such as pulse emitting
* - performance optimization
*
* This is a proprietary software. See COPYING for further details.
*
* (c) Askele Group 2013-2015 <http://askele.com>
*
*/
#ifndef __SNTL_LIMITS_H__
#define __SNTL_LIMITS_H__
#define MAX_RPC_LIST 512
2015-07-23 15:40:28 +03:00
#define MAX_RBBUF_LEN (65536 - sizeof(sntllv2_head_t))
2015-07-20 19:15:08 +03:00
#endif /* __SNTL_LIMITS_H__ */