Communication protocol handler for the taskrambler framework. This does not contain specific protocol implementations but the abstract code to handle them.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Georg Hopp 7c8fcd3b9b add max handle to limit the amount of handles to check. 12 years ago
..
.gitignore new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 12 years ago
Makefile.am simplify server interface 12 years ago
cep_append_read_data.c fix some names and adapt to fixed PARENTCALL 12 years ago
cep_append_write_data.c fix some names and adapt to fixed PARENTCALL 12 years ago
cep_buffer_read.c fix leaks, close handling and things. 12 years ago
cep_write_buffered.c fix some names and adapt to fixed PARENTCALL 12 years ago
cet_accept.c add connector and conn_entry_point and do some modifications 12 years ago
comm_end_point.c add communication manager. These are the things that do poll, select, waitformultipleobjects or whatever. 12 years ago
comm_manager.c some more small fixes 12 years ago
comm_manager_poll.c add max handle to limit the amount of handles to check. 12 years ago
comm_manager_shutdown.c use explicit event done return type in all handler methods 12 years ago
conn_entry_point.c bind automatically and set socket to nonblocking. Add testcode. 12 years ago
connection.c fix leaks, close handling and things. 12 years ago
connector.c use explicit event done return type in all handler methods 12 years ago
datagram_entry_point.c add datagram entry point class 12 years ago
datagram_service.c add DatagramService which is pretty much the same as Connection... they probably should be unified. 12 years ago
i_comm_end_point.c add connector and conn_entry_point and do some modifications 12 years ago
i_comm_manager.c add max handle to limit the amount of handles to check. 12 years ago
i_protocol.c make create response and request also callable vith an va_list argument. 12 years ago
io_handler.c fix close handling and introduce server class 12 years ago
proto_message.c new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 12 years ago
protocol.c new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 12 years ago
protocol_handler.c use explicit event done return type in all handler methods 12 years ago
protocol_message_raw.c new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 12 years ago
protocol_raw.c new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 12 years ago
server.c fix close handling and introduce server class 12 years ago
server_bind_tcp.c simplify server interface 12 years ago
server_bind_udp.c simplify server interface 12 years ago
server_start.c fix close handling and introduce server class 12 years ago