On Tue, 2 Feb 2016, Santiago Bassett wrote:

From src/headers/defs.h, here are some interesting constants

#define OS_MAXSTR       OS_SIZE_6144    /* Size for logs, sockets, etc  */

#define OS_BUFFER_SIZE  OS_SIZE_2048    /* Size of general buffers      */

#define OS_FLSIZE       OS_SIZE_256     /* Maximum file size            */

#define OS_HEADER_SIZE  OS_SIZE_128     /* Maximum header size          */

#define OS_LOG_HEADER   OS_SIZE_256     /* Maximum log header size      */

#define IPSIZE          16              /* IP Address size              */

Might want to update your source with the master branch. IPSIZE was updated to agree with the current socket API RFC-3493.


Antonio Querubin
e-mail:  t...@lavanauts.org
xmpp:  antonioqueru...@gmail.com

Reply via email to