#include "types.hpp"
#include "hashtable.hpp"
#include "dst_config.hpp"
#include <list>
Go to the source code of this file.
Functions | |
void | enqueue_packet (client_s *cli, const buf_el &packet) |
Enqueues packet to be send to client. Also, sets write events if necessary. | |
Variables | |
std::list< t_uid > | dest_list |
HashMap< t_uid,dest_config * > | local_config |
std::list< proxy_server * > | proxies |
Enqueues packet to be send to client. Also, sets write events if necessary.
[in] | cli | Client to which data shall be send |
[in] | packet | packet that will be send |
std::list<proxy_server*> proxies |