|
ETSI STF525 / Internal Testing test suite
This project provides an internal testing test suite and its associated Test Adapter/Codec
|
#include "Abstract_Socket.hh"#include <stdio.h>#include <unistd.h>#include <strings.h>#include <stdlib.h>#include <errno.h>#include <netdb.h>#include <sys/stat.h>#include <netinet/tcp.h>#include <arpa/inet.h>#include <fcntl.h>#include <poll.h>Macros | |
| #define | AS_TCP_CHUNCK_SIZE 4096 |
| #define | AS_SSL_CHUNCK_SIZE 16384 |
| #define | AS_DEADLOCK_COUNTER 16 |
| #define | SSL_CHARBUF_LENGTH 256 |
| #define | SSL_PRNG_LENGTH 1024 |
| #define | NI_MAXHOST 1024 |
| #define | NI_MAXSERV 32 |
| #define AS_DEADLOCK_COUNTER 16 |
| #define AS_SSL_CHUNCK_SIZE 16384 |
| #define AS_TCP_CHUNCK_SIZE 4096 |
| #define NI_MAXHOST 1024 |
| #define NI_MAXSERV 32 |
| #define SSL_CHARBUF_LENGTH 256 |
| #define SSL_PRNG_LENGTH 1024 |
1.8.13