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 2bcf511537 Add CI control file 10 years ago
..
interface Inline simple accessor functions 10 years ago
protocol 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
_comm_manager.h 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_end_point.h increase read block size to 128 KB 11 years ago
comm_manager.h Change socket hashtables for read, accept and write to set 10 years ago
comm_manager_dispatcher.h Add first classes for a multi worker server. 10 years ago
comm_manager_epoll.h 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.h 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_worker.h Add first classes for a multi worker server. 10 years ago
connect_entry_point.h Change socket hashtables for read, accept and write to set 10 years ago
connection.h add DatagramService which is pretty much the same as Connection... they probably should be unified. 11 years ago
connection_getter.h Add first classes for a multi worker server. 10 years ago
connector.h add connector and conn_entry_point and do some modifications 11 years ago
datagram_entry_point.h simplify server interface 11 years ago
datagram_service.h add DatagramService which is pretty much the same as Connection... they probably should be unified. 11 years ago
io_handler.h 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
proto_message.h add protocol handler 11 years ago
protocol.h new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago
protocol_handler.h add protocol handler 11 years ago
server.h remove useless whitespace 10 years ago
simple_client.h Some fixes and adaptations on changes trevent code. Add a simple echo client. 11 years ago