mcproxy/mcproxy/include/proxy/proxy.hpp File Reference
#include "include/utils/addr_storage.hpp"
#include "include/utils/mroute_socket.hpp"
#include "include/utils/if_prop.hpp"
#include "include/proxy/proxy_instance.hpp"
#include "include/proxy/receiver.hpp"
#include <map>
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | proxy |
Instanced the multicast proxy. More... | |
Defines | |
#define | PROXY_CONFIG_LINE_LENGTH 200 |
#define | PROXY_DEBUG_MSG_TIMEOUT 3000 |
#define | PROXY_DEFAULT_CONIG_PATH "mcproxy.conf" |
#define | PROXY_RP_FILTER_PATH "/proc/sys/net/ipv4/conf/" |
Typedefs | |
typedef vector< int > | down_vector |
typedef map< int, int > | interface_map |
typedef pair< int, int > | interface_pair |
typedef map< int, down_vector > | up_down_map |
typedef pair< int, down_vector > | up_down_pair |
typedef map< int, int > | vif_map |
typedef pair< int, int > | vif_pair |