Skip to content

Commit

Permalink
More prominent deprecation notice
Browse files Browse the repository at this point in the history
Change-Id: Iaebd927d5cc59e432ade5368854b38e167ba8ee2
  • Loading branch information
Pesa committed Mar 16, 2024
1 parent 7558ed2 commit 1fa0861
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
![Language](https://img.shields.io/badge/C%2B%2B-17-blue)
![Latest version](https://img.shields.io/github/v/tag/named-data/ChronoSync?label=Latest%20version)

> DEPRECATION NOTICE: ChronoSync's design is outdated. We recommend using more recent sync protocols, such as [PSync](https://github.com/named-data/PSync) or [StateVectorSync](https://named-data.github.io/StateVectorSync/).
> [!NOTE]
> DEPRECATION NOTICE: ChronoSync's design is outdated. We recommend using more recent
> sync protocols, such as [PSync](https://docs.named-data.net/PSync/)
> or [StateVectorSync](https://named-data.github.io/StateVectorSync/).
In supporting many distributed applications, such as group text messaging, file sharing,
and joint editing, a basic requirement is the efficient and robust synchronization of
Expand Down
1 change: 0 additions & 1 deletion tests/unit-tests/test-logic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ BOOST_FIXTURE_TEST_CASE(VeryLargeState, ndn::tests::IdentityManagementTimeFixtur
}
state.update(prefix, ndn::random::generateWord32());
}
BOOST_TEST_MESSAGE("Got state with " << state.getLeaves().size() << " leaves");

auto data = logic.encodeSyncReply(userPrefix, "/fake/prefix/of/interest", state);
BOOST_CHECK_LE(data.wireEncode().size(), ndn::MAX_NDN_PACKET_SIZE);
Expand Down

0 comments on commit 1fa0861

Please sign in to comment.