1IGMPv3 proxy implementation
2-----------------------------------------------------------------------------
3This is an implementation of an IGMPv3 proxy. It's conform
4to the IGMPv3 proxying internet draft:<draft-ietf-idmr-igmp-v3-07.txt>. 
5The "gproxy" daemon maintains the IGMP table as described in the draft. 
6The config file "$(IGMP_PROXY_DIR)/etc/igmprt.conf" contains 
7the following configuration options:
8- Upstream interface: The upstream interface of the IGMPv3 proxy. 
9- IGMP_Version      : IGMP version used by the deamon.
10- Is_querier        : not used.
11
12TODO:
13-----
14* The multicast router behavior in the presence of older version group members
15  (section : 7.3.2).
16* Configure timers from the config file.
17* Detect other querier.
18
19-------------------------------------------------------------------------------
20Authors: Lahmadi.Abdelkader@loria.fr
21