|
version 1.16.2.2, 2015/01/15 20:31:18
|
version 1.18.2.1, 2015/07/02 17:52:52
|
|
Line 12 terms:
|
Line 12 terms:
|
| All of the documentation and software included in the ELWIX and AITNET |
All of the documentation and software included in the ELWIX and AITNET |
| Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
| |
|
| Copyright 2004 - 2014 | Copyright 2004 - 2015 |
| by Michael Pounov <misho@elwix.org>. All rights reserved. |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
| |
|
| Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
|
Line 51 SUCH DAMAGE.
|
Line 51 SUCH DAMAGE.
|
| #define DEF_RPC_TIMEOUT 10 |
#define DEF_RPC_TIMEOUT 10 |
| #endif |
#endif |
| |
|
| |
#ifndef DEF_RPC_BLOB_TIMEOUT |
| |
#define DEF_RPC_BLOB_TIMEOUT 60 |
| |
#endif |
| |
|
| #define RPC_SCHED_POLLING 1 |
#define RPC_SCHED_POLLING 1 |
| #define RPC_BLOB_TIMEOUT 60 /* 60 seconds */ |
|
| #define RPC_ERROR(x) htonl((x)) |
|
| |
|
| #ifndef STRSIZ |
#ifndef STRSIZ |
| #define STRSIZ 256 |
#define STRSIZ 256 |
| #endif |
#endif |
| |
|
| #define RPC_MIN_BUFSIZ 512 |
#define RPC_MIN_BUFSIZ 512 |
| #define SOCK_MAX_SUPPORT 6 |
#define SOCK_MAX_SUPPORT 6 |
| |
|