JAPAn
Just Another Parity Analyzer
|
Go to the source code of this file.
Data Structures | |
struct | request |
Macros | |
#define | SERVER_PORT_NUM 5001 /* server's port number for bind() */ |
#define | SERVER_WORK_PRIORITY 125 /* priority of server's work task */ |
#define | SERVER_STACK_SIZE 10000 /* stack size of server's work task */ |
#define | SERVER_MAX_CONNECTIONS 4 /* max clients connected at a time */ |
#define | REQUEST_MSG_SIZE 1024 /* max size of request message */ |
#define | REPLY_MSG_SIZE 1024 /* max size of reply message */ |
#define | SOCK_ERROR (-1) |
#define | SOCK_OK (0) |
#define | MAGIC_COOKIE 0xff8b344f /* value = -7654321 */ |
#define | SOCK_ADDR_SIZE sizeof(struct sockaddr_in)) |
#define MAGIC_COOKIE 0xff8b344f /* value = -7654321 */ |
Definition at line 18 of file cfSock.h.
Referenced by buildRequestInteractive(), cfSockCommand(), and GreenSockCommand().
#define REQUEST_MSG_SIZE 1024 /* max size of request message */ |
Definition at line 9 of file cfSock.h.
Referenced by buildRequestInteractive(), cfSockCommand(), and GreenSockCommand().
#define SERVER_MAX_CONNECTIONS 4 /* max clients connected at a time */ |
#define SERVER_PORT_NUM 5001 /* server's port number for bind() */ |
Definition at line 4 of file cfSock.h.
Referenced by cfSockCliOpen().
#define SERVER_STACK_SIZE 10000 /* stack size of server's work task */ |
#define SERVER_WORK_PRIORITY 125 /* priority of server's work task */ |
#define SOCK_ERROR (-1) |
Definition at line 13 of file cfSock.h.
Referenced by cfSockCliOpen(), and cfSockCliSend().
#define SOCK_OK (0) |
Definition at line 16 of file cfSock.h.
Referenced by cfSockCli(), cfSockCliClose(), cfSockCliOpen(), cfSockCliSend(), cfSockCommand(), GreenSockCommand(), GreenMonster::SCNCheckStatus(), GreenMonster::SCNCheckValues(), GreenMonster::SCNSetStatus(), and GreenMonster::SCNSetValue().