buggy_openssl_with_fullduplex/defs.h

10 lines
386 B
C
Raw Normal View History

2013-09-09 14:11:51 +01:00
#define MAX_PACKET_SIZE 1024
#define PORT 1420
#define IP "127.0.0.1"
#define EXCHANGE_STRING "ABCDEFGHIJKLMNOPRSTUWXYZ"
#define EXCHANGE_STRING_LEN sizeof(EXCHANGE_STRING)/sizeof(EXCHANGE_STRING[0])
2013-09-16 22:51:05 +01:00
#define RENEG_INIT_LEN 4200
2013-09-09 14:11:51 +01:00
#define CERTIFICATE_FILE "etc/cert"
#define PRIVATE_KEY_FILE "etc/pkey"
#define SEND_ITERATIONS 100000