/*
 * defs.h
 *
 * mhpower@mit.edu, 18 September 1994
 */

/* length of private message with 8 bytes of data */
#define ECBLOCK_LEN 30

/* length of client or server host name */
#define HOSTLEN 256

/* a common buffer size */
#define PPLEN 2048

#define VBCKHOWAUTH "krb4\r\n"
#define LENVBCKHOWAUTH 6

#define VBCKPROTOCOL "KVBCK1.0"
#define VBCKPNAME "rcmd"
#define VBCKSERVER "ronald-ann.mit.edu"
#define VBCKPORT 6999

/* length of general and application-level packets */
#define VBCK_APKT_LEN 1024
#define VBCK_GPKT_LEN 128

#define VBCK_POSITIVE "210 OK                                                                                                                       \r\n"
