$Date: 2005/10/26 14:05:23 $
$Revision: 1.19 $
-- Initialise.
-- Add 'a_server' to server list.
-- Add a transaction
-- Handle resolve trial finished for transaction a_transaction_id.
-- Handle a new connection on 'a_port' with 'a_socket_id'.
-- Handle TCP close event.
-- Handle a connection established to a server.
-- Handle a failed connection attempt.
-- Handle a receive event on socket a_socket_id.
-- Handle a receive event on socket a_socket_id.
-- Handle an udp send event on socket a_socket_id.
-- Is 'a_port' alredy taken?
-- This does not guarantee that 'a_port' is not taken by another program.
-- Always a new transaction id
-- Remove 'a_server' from server list.
-- Add 'a_socket' to waiting sockets.
List of all sockets in system.
Use EM_SHARED_SUBSYSTEMS.Network_subsystem to access the only instance of this class.
As normal user of EiffelMedia you don't need to worry about this class. Use the various
socket classes to access network.