Browse Source

adjusted message size

master
Michael Preisach 4 years ago
parent
commit
60d1c56c54
  1. 2
      common.h

2
common.h

@ -15,7 +15,7 @@
#define VERIFIERPORT 6592
#define MAX_CLIENTS 10
#define MAX_BUFSIZE 20480
#define MAX_BUFSIZE 40960
#define MAX_MSGSIZE ((MAX_BUFSIZE - 1536) / 2)
#define MAX_BSNSIZE 128
#define NONCE_SIZE 384

Loading…
Cancel
Save