Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

10 lignes
385 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 200
  7. #define CERTIFICATE_FILE "etc/cert"
  8. #define PRIVATE_KEY_FILE "etc/pkey"
  9. #define SEND_ITERATIONS 100000