NAME
Spread::Client::Constant - Spread::Client constants PM.
SYNOPSIS
use Spread::Client::Constant ':all';
DESCRIPTION
Constants used by Spread::Client. These are generated from the Spread Toolkit header file. I'm breaking these out since I am considering breaking out the actual message creation module Spread::Client::Frame from the main Spread::Client distro incase someone wants to build their own client or stripped down client for a specific use case.
EXPORT
None by default. Use the ':all' tag for everything below, or export them individually.
Exportable constants
ACCEPT_SESSION
AGREED_MESS
BUFFER_TOO_SHORT
CAUSAL_MESS
CAUSED_BY_DISCONNECT
CAUSED_BY_JOIN
CAUSED_BY_LEAVE
CAUSED_BY_NETWORK
CONNECTION_CLOSED
COULD_NOT_CONNECT
DEFAULT_SPREAD_PORT
DROP_RECV
ENDIAN_RESERVED
FIFO_MESS
GROUPS_TOO_SHORT
HIGH_PRIORITY
ILLEGAL_GROUP
ILLEGAL_MESSAGE
ILLEGAL_SERVICE
ILLEGAL_SESSION
ILLEGAL_SPREAD
LOW_PRIORITY
MAX_CLIENT_SCATTER_ELEMENTS
MAX_GROUP_NAME
MAX_PRIVATE_NAME
MAX_PROC_NAME
MEDIUM_PRIORITY
MEMBERSHIP_MESS
MESSAGE_TOO_LONG
NET_ERROR_ON_SESSION
REGULAR_MESS
REG_MEMB_MESS
REJECT_AUTH
REJECT_ILLEGAL_NAME
REJECT_MESS
REJECT_NOT_UNIQUE
REJECT_NO_NAME
REJECT_QUOTA
REJECT_VERSION
RELIABLE_MESS
RESERVED
SAFE_MESS
SELF_DISCARD
SPREAD_VERSION
TRANSITION_MESS
UNRELIABLE_MESS
SEE ALSO
Spread Toolkit http://www.spread.org/
AUTHOR
Marlon Bailey, <mbailey@cpan.org<gt>
COPYRIGHT AND LICENSE
Copyright (C) 2008 by Marlon Bailey
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.