commit | 88f5f7392bf0844edaaef8e85101470b1bba0527 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sat Sep 03 07:11:37 2016 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Sat Sep 03 07:11:37 2016 +0000 |
tree | 50e08a3e39b4d5a4205829837f1f5dad1a4a18d3 | |
parent | 426024165992fd2dae6591878edbd2d216a9effb [diff] |
fw: change default UnsolicitedDataPolicy to drop-all refs #2181 Change-Id: I5e70a6f7d025462e96e852159343b478c8404ea7
diff --git a/daemon/fw/unsolicited-data-policy.hpp b/daemon/fw/unsolicited-data-policy.hpp index 06354d0..f6ca771 100644 --- a/daemon/fw/unsolicited-data-policy.hpp +++ b/daemon/fw/unsolicited-data-policy.hpp
@@ -99,7 +99,7 @@ /** \brief the default UnsolicitedDataPolicy */ -typedef AdmitLocalUnsolicitedDataPolicy DefaultUnsolicitedDataPolicy; +typedef DropAllUnsolicitedDataPolicy DefaultUnsolicitedDataPolicy; } // namespace fw } // namespace nfd