$Date: 2005/10/23 09:58:45 $
$Revision: 1.19 $
-- Carriage return character code
-- (From EM_NETWORK_CONSTANTS)
-- Used for listening on all network interfaces
-- (From EM_NETWORK_CONSTANTS)
-- Used as destination when sending a message to all clients
-- on a subnet that allows broadcasts
-- (From EM_NETWORK_CONSTANTS)
-- Used for listening on all network interfaces
-- (From EM_NETWORK_CONSTANTS)
-- Line feed character code
-- (From EM_NETWORK_CONSTANTS)
-- Highest valid value for a socket port
-- (From EM_NETWORK_CONSTANTS)
-- Maximum size of a UDP packet
-- (From EM_NETWORK_CONSTANTS)
-- Lowest valid value for a socket port
-- (From EM_NETWORK_CONSTANTS)
-- max serialization count
-- (From EM_NETWORK_CONSTANTS)
-- Set max_serialization_count to a_count.
-- If UDP is used this value should be *less* than Max_udp_packet_size.
-- (From EM_NETWORK_CONSTANTS)
-- Is an_ip_string a valid IP string?
-- Convert a 16 bit value from network byte order (big endian) to the
-- byte order of this system.
-- Convert a 32 bit value from network byte order (big endian) to the
-- byte order of this system.
-- Convert an_ip_string to an integer ip.
-- Convert a 16 bit value from the byte order of the this system
-- to network byte order (big endian).
-- Convert a 32 bit value from the byte order of the this system
-- to network byte order (big endian).
Common network helper functions.
This class may be used as ancestor by classes needing its facilities.