NameDateSize

..16-May-201756

aclocal.m4H A D07-Jun-201636.3 KiB

autom4te.cache/H16-May-20175

config.guessH A D07-Jun-201641.9 KiB

config.logH A D07-Jun-201625.9 KiB

config.statusH A D07-Jun-201629.7 KiB

config.subH A D07-Jun-201630.2 KiB

configureH A D07-Jun-2016154.6 KiB

configure.inH A D07-Jun-20161.1 KiB

etc/H16-May-20173

install-shH A D07-Jun-20168.8 KiB

MakefileH A D13-Sep-20162.8 KiB

READMEH A D07-Jun-2016860

src/H16-May-20178

README

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