Skip to content

Commit 1fa0861

Browse files
committed
More prominent deprecation notice
Change-Id: Iaebd927d5cc59e432ade5368854b38e167ba8ee2
1 parent 7558ed2 commit 1fa0861

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
![Language](https://img.shields.io/badge/C%2B%2B-17-blue)
66
![Latest version](https://img.shields.io/github/v/tag/named-data/ChronoSync?label=Latest%20version)
77

8-
> 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/).
8+
> [!NOTE]
9+
> DEPRECATION NOTICE: ChronoSync's design is outdated. We recommend using more recent
10+
> sync protocols, such as [PSync](https://docs.named-data.net/PSync/)
11+
> or [StateVectorSync](https://named-data.github.io/StateVectorSync/).
912
1013
In supporting many distributed applications, such as group text messaging, file sharing,
1114
and joint editing, a basic requirement is the efficient and robust synchronization of

tests/unit-tests/test-logic.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ BOOST_FIXTURE_TEST_CASE(VeryLargeState, ndn::tests::IdentityManagementTimeFixtur
410410
}
411411
state.update(prefix, ndn::random::generateWord32());
412412
}
413-
BOOST_TEST_MESSAGE("Got state with " << state.getLeaves().size() << " leaves");
414413

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

0 commit comments

Comments
 (0)