equal
deleted
inserted
replaced
38 * \brief An implementation of the ARP protocol |
38 * \brief An implementation of the ARP protocol |
39 */ |
39 */ |
40 class ArpL3Protocol : public Object |
40 class ArpL3Protocol : public Object |
41 { |
41 { |
42 public: |
42 public: |
43 static TypeId iid (void); |
43 static TypeId GetTypeId (void); |
44 static const uint16_t PROT_NUMBER; |
44 static const uint16_t PROT_NUMBER; |
45 /** |
45 /** |
46 * \brief Constructor |
46 * \brief Constructor |
47 * \param node The node which this ARP object is associated with |
47 * \param node The node which this ARP object is associated with |
48 */ |
48 */ |