named-data / ndn-svs

State Vector Sync library for distributed realtime applications for NDN
GNU Lesser General Public License v2.1
12 stars 10 forks source link

Remove version from multicast strategy #3

Closed phylib closed 3 years ago

phylib commented 3 years ago

The version of the multicast strategy has changed from 3 to 4. When using /localhost/nfd/strategy/multicast/%FD%03, NFD returns an error:

1626999042.388907 ERROR: [nfd.StrategyChoice] insert(/ndn/svs,/localhost/nfd/strategy/multicast/%FD%03) cannot create strategy: MulticastStrategy does not support version 3
Error 409 when setting strategy: Error instantiating strategy: MulticastStrategy does not support version 3
phylib commented 3 years ago

@pulsejet Can you take a look?

pulsejet commented 3 years ago

Thanks!