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 3f704d2ff4 Revert "It seems that I have it right now" 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 try for a threaded server, but not very much luck now. 11 years ago
cep_write_buffered.c fixes and additions for threaded code 11 years ago
cet_accept.c add connector and conn_entry_point and do some modifications 11 years ago
comm_end_point.c fixes and additions for threaded code 11 years ago
comm_end_point_read.c fixes and additions for threaded code 11 years ago
comm_manager.c fixes and additions for threaded code 11 years ago
comm_manager_epoll.c fixes and additions for threaded code 11 years ago
comm_manager_poll.c fixes and additions for threaded code 11 years ago
comm_manager_shutdown.c change the whole thing to be more edge triggered no matter wich poll method is used. In fact this works now with edge triggered epoll 11 years ago
comm_manager_shutdown_read.c change the whole thing to be more edge triggered no matter wich poll method is used. In fact this works now with edge triggered epoll 11 years ago
comm_manager_shutdown_write.c change the whole thing to be more edge triggered no matter wich poll method is used. In fact this works now with edge triggered epoll 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 fixes and additions for threaded code 11 years ago
connector.c fixes and additions for threaded code 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 change the whole thing to be more edge triggered no matter wich poll method is used. In fact this works now with edge triggered epoll 11 years ago
i_comm_end_point.c change the whole thing to be more edge triggered no matter wich poll method is used. In fact this works now with edge triggered epoll 11 years ago
i_comm_manager.c fixes and additions for threaded code 11 years ago
i_protocol.c fix some memory leaks 11 years ago
io_handler.c fixes and additions for threaded code 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 fixes and additions for threaded code 11 years ago
protocol_message_raw.c Make the raw protocol to a real protocol. It sends the message size now before the message. This was neccessary because after I activated optimization in gcc the testclient was always only reading 2 bytes in the initial successfull read. 11 years ago
protocol_raw.c small fix 11 years ago
server.c fixes and additions for threaded code 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 Some fixes and adaptations on changes trevent code. Add a simple echo client. 11 years ago
simple_client.c fixes and additions for threaded code 11 years ago
simple_client_issue.c Some fixes and adaptations on changes trevent code. Add a simple echo client. 11 years ago
threaded_server.c fixes and additions for threaded code 11 years ago
threaded_server_start.c try for a threaded server, but not very much luck now. 11 years ago