2013-03-03 23:48:11 +00:00
|
|
|
config BR2_PACKAGE_OPENPGM
|
|
|
|
|
bool "openpgm"
|
2016-03-16 16:15:00 -03:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_2
|
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
2013-03-03 23:48:11 +00:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
depends on BR2_USE_WCHAR
|
|
|
|
|
help
|
2015-10-21 17:05:24 +01: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-03 23:48:11 +00:00
|
|
|
|
2015-10-21 17:05:24 +01:00
|
|
|
https://github.com/steve-o/openpgm/
|
2013-03-03 23:48:11 +00:00
|
|
|
|
2015-04-19 09:40:00 -03:00
|
|
|
comment "openpgm needs a toolchain w/ wchar, threads"
|
2016-03-16 16:15:00 -03:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_2
|
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
2015-04-19 09:40:00 -03:00
|
|
|
depends on !(BR2_TOOLCHAIN_HAS_THREADS && BR2_USE_WCHAR)
|