2013-03-04 00:48:11 +01:00
|
|
|
config BR2_PACKAGE_OPENPGM
|
|
|
|
bool "openpgm"
|
2015-12-19 19:14:44 +01:00
|
|
|
# This toolchain lack required compiler intrinsics
|
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX
|
2013-03-04 00:48:11 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
depends on BR2_USE_WCHAR
|
|
|
|
help
|
2015-10-21 18:05:24 +02:00
|
|
|
OpenPGM is an open source implementation of the Pragmatic
|
|
|
|
General Multicast (PGM) specification in RFC 3208 available at
|
|
|
|
www.ietf.org. PGM is a reliable and scalable multicast
|
|
|
|
protocol that enables receivers to detect loss, request
|
|
|
|
retransmission of lost data, or notify an application of
|
|
|
|
unrecoverable loss.
|
2013-03-04 00:48:11 +01:00
|
|
|
|
2015-10-21 18:05:24 +02:00
|
|
|
https://github.com/steve-o/openpgm/
|
2013-03-04 00:48:11 +01:00
|
|
|
|
2015-04-19 14:40:00 +02:00
|
|
|
comment "openpgm needs a toolchain w/ wchar, threads"
|
|
|
|
depends on !(BR2_TOOLCHAIN_HAS_THREADS && BR2_USE_WCHAR)
|