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 fa0a87a0c7 limit amount of accepts in one event to 100. This value might become configurable in future 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 epoll communication manager 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 completely drop edge triggerd behaviour as I don't see any real benefit in it and it makes things unnessecary complicated. 11 years ago
cet_accept.c add connector and conn_entry_point and do some modifications 11 years ago
comm_end_point.c generally epoll is working... sadly I removed the is_writing flag in the CommEndPoint which was neccessary... I have to add it again. 11 years ago
comm_manager.c finish edge level trigger for socket notification 11 years ago
comm_manager_epoll.c completely drop edge triggerd behaviour as I don't see any real benefit in it and it makes things unnessecary complicated. 11 years ago
comm_manager_poll.c generally epoll is working... sadly I removed the is_writing flag in the CommEndPoint which was neccessary... I have to add it again. 11 years ago
comm_manager_shutdown.c generally epoll is working... sadly I removed the is_writing flag in the CommEndPoint which was neccessary... I have to add it again. 11 years ago
conn_entry_point.c generally epoll is working... sadly I removed the is_writing flag in the CommEndPoint which was neccessary... I have to add it again. 11 years ago
connection.c completely drop edge triggerd behaviour as I don't see any real benefit in it and it makes things unnessecary complicated. 11 years ago
connector.c limit amount of accepts in one event to 100. This value might become configurable in future 11 years ago
datagram_entry_point.c generally epoll is working... sadly I removed the is_writing flag in the CommEndPoint which was neccessary... I have to add it again. 11 years ago
datagram_service.c completely drop edge triggerd behaviour as I don't see any real benefit in it and it makes things unnessecary complicated. 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 remove the debug counts 11 years ago
i_protocol.c make create response and request also callable vith an va_list argument. 11 years ago
io_handler.c completely drop edge triggerd behaviour as I don't see any real benefit in it and it makes things unnessecary complicated. 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 generally epoll is working... sadly I removed the is_writing flag in the CommEndPoint which was neccessary... I have to add it again. 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
server.c general as well as edge level handling fixes. 11 years ago
server_bind_tcp.c simplify server interface 11 years ago
server_bind_udp.c simplify server interface 11 years ago
server_start.c fix close handling and introduce server class 11 years ago