NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
ndnlp-tlv.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
25 #ifndef NFD_DAEMON_FACE_NDNLP_TLV_HPP
26 #define NFD_DAEMON_FACE_NDNLP_TLV_HPP
27 
28 namespace nfd {
29 namespace tlv {
30 
31 enum
32 {
33  NdnlpData = 80,
38 };
39 
40 } // namespace tlv
41 } // namespace nfd
42 
43 #endif // NFD_DAEMON_FACE_NDNLP_TLV_HPP
Copyright (c) 2011-2015 Regents of the University of California.
Definition: ndn-common.hpp:38