mcproxy/mcproxy/include/proxy/receiver.hpp File Reference
#include "include/proxy/worker.hpp"
#include "include/utils/mroute_socket.hpp"
#include "include/utils/addr_storage.hpp"
#include "include/utils/if_prop.hpp"
#include <map>
#include "boost/thread.hpp"
#include "boost/thread/mutex.hpp"
Go to the source code of this file.
Classes | |
class | receiver |
Abstract basic receiver class. More... | |
Defines | |
#define | RECEIVER_RECV_TIMEOUT 100 |
Typedefs | |
typedef std::map< int, proxy_instance * > | if_poxy_instance_map |
typedef std::pair< int, proxy_instance * > | if_proxy_instance_pair |
typedef map< int, int > | vif_map |
typedef pair< int, int > | vif_pair |