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 2c3acbb3a9 some more small fixes 11 years ago
..
.gitignore new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago
Makefile.am add DatagramService which is pretty much the same as Connection... they probably should be unified. 11 years ago
cep_append_read_data.c fix some names and adapt to fixed PARENTCALL 11 years ago
cep_append_write_data.c fix some names and adapt to fixed PARENTCALL 11 years ago
cep_buffer_read.c fix leaks, close handling and things. 11 years ago
cep_write_buffered.c fix some names and adapt to fixed PARENTCALL 11 years ago
cet_accept.c add connector and conn_entry_point and do some modifications 11 years ago
comm_end_point.c add communication manager. These are the things that do poll, select, waitformultipleobjects or whatever. 11 years ago
comm_manager.c some more small fixes 11 years ago
comm_manager_poll.c adapt on separation of issue and emit of events 11 years ago
comm_manager_shutdown.c use explicit event done return type in all handler methods 11 years ago
con_compose.c add connector and conn_entry_point and do some modifications 11 years ago
con_next_message.c add connector and conn_entry_point and do some modifications 11 years ago
conn_entry_point.c bind automatically and set socket to nonblocking. Add testcode. 11 years ago
connection.c fix leaks, close handling and things. 11 years ago
connector.c use explicit event done return type in all handler methods 11 years ago
datagram_service.c add DatagramService which is pretty much the same as Connection... they probably should be unified. 11 years ago
i_comm_end_point.c add connector and conn_entry_point and do some modifications 11 years ago
i_comm_manager.c use explicit event done return type in all handler methods 11 years ago
i_protocol.c new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago
io_handler.c some more small fixes 11 years ago
proto_message.c new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago
protocol.c new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago
protocol_handler.c use explicit event done return type in all handler methods 11 years ago
protocol_message_raw.c new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago
protocol_raw.c new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago