commit | bd6f3f45a322df12e5a7288907ab21a2bdfa7300 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jul 26 17:50:17 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jul 26 17:50:17 2012 -0700 |
tree | ffdfc29360f7d55f426515f169a1a85e284855c0 | |
parent | 1c0248bb607021547e09615fe68be9429a1e09e3 [diff] |
Small update of PIT. Now pit implementation is policy-templated. Three versions are explicitly instantiated: - CcnxPitImpl<persistent_policy_traits> ("ns3::CcnxPit") - CcnxPitImpl<random_policy_traits> ("ns3::CcnxPitRandom") - CcnxPitImpl<lru_policy_traits> ("ns3::CcnxPitLru")