#ifndef PROTOCOL_H #define PROTOCOL_H #define MAX_OP_LEN 10 #define MAX_ARG_LEN 50 #define MAX_ARGS 5 #define MAX_BUFSIZE 4096 #define DEFAULT_PORT 11111 #define MAX_CONNECTIONS 32768 #define DEFAULT_TIMEOUT 6000 #define USERNAME_SIZE 30 #define KEYLEN 512 #endif