Miscellaneous constants

Maximum message lengths, etc. More...

Defines

#define PLAYER_MAX_MESSAGE_SIZE   8388608
 The largest possible message.
#define PLAYER_MAX_PAYLOAD_SIZE   (PLAYER_MAX_MESSAGE_SIZE - sizeof(player_msghdr_t))
 Maximum payload in a message.
#define PLAYER_MAX_DRIVER_STRING_LEN   64
 Maximum length for a driver name.
#define PLAYER_MAX_DEVICES   4096
 The maximum number of devices the server will support.
#define PLAYER_MSGQUEUE_DEFAULT_MAXLEN   1024
 Default maximum length for a message queue.
#define PLAYER_IDENT_STRING   "Player v."
 String that is spit back as a banner on connection.
#define PLAYER_IDENT_STRLEN   32
 Length of string that is spit back as a banner on connection.
#define PLAYER_KEYLEN   32
 Length of authentication key.

Detailed Description

Maximum message lengths, etc.


Define Documentation

#define PLAYER_MAX_DEVICES   4096

The maximum number of devices the server will support.


Last updated 25 May 2011 21:17:00