You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
386 B

  1. #define MAX_PACKET_SIZE 1024
  2. #define PORT 1420
  3. #define IP "127.0.0.1"
  4. #define EXCHANGE_STRING "ABCDEFGHIJKLMNOPRSTUWXYZ"
  5. #define EXCHANGE_STRING_LEN sizeof(EXCHANGE_STRING)/sizeof(EXCHANGE_STRING[0])
  6. #define RENEG_INIT_LEN 4200
  7. #define CERTIFICATE_FILE "etc/cert"
  8. #define PRIVATE_KEY_FILE "etc/pkey"
  9. #define SEND_ITERATIONS 100000