1 config BR2_PACKAGE_OPENPGM
3 depends on BR2_TOOLCHAIN_HAS_SYNC_2
4 depends on BR2_TOOLCHAIN_HAS_SYNC_4
5 depends on BR2_TOOLCHAIN_HAS_THREADS
6 depends on BR2_USE_WCHAR
8 OpenPGM is an open source implementation of the Pragmatic
9 General Multicast (PGM) specification in RFC 3208 available at
10 www.ietf.org. PGM is a reliable and scalable multicast
11 protocol that enables receivers to detect loss, request
12 retransmission of lost data, or notify an application of
15 https://github.com/steve-o/openpgm/
17 comment "openpgm needs a toolchain w/ wchar, threads"
18 depends on BR2_TOOLCHAIN_HAS_SYNC_2
19 depends on BR2_TOOLCHAIN_HAS_SYNC_4
20 depends on !(BR2_TOOLCHAIN_HAS_THREADS && BR2_USE_WCHAR)