File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ class NakedDhcpv4Srv: public Dhcpv4Srv {
192
192
// /
193
193
// / See fake_received_ field for description
194
194
void fakeReceive (const Pkt4Ptr& pkt) {
195
- // Add packet events normmaly set by PktFilter.
195
+ // Add packet events normally set by PktFilter.
196
196
pkt->addPktEvent (PktEvent::SOCKET_RECEIVED);
197
197
pkt->addPktEvent (PktEvent::BUFFER_READ);
198
198
fake_received_.push_back (pkt);
@@ -686,7 +686,6 @@ class Dhcpv4SrvTest : public BaseServerTest {
686
686
// / of expected events.
687
687
// /
688
688
// / @param msg pointer to the packet under test.
689
- // / of the stack's first event (i.e. before packet was sent or received)
690
689
// / @param expected_events a list of the event labels in the order they
691
690
// / are expected to occur in the stack.
692
691
void checkPktEvents (const PktPtr& msg, std::list<std::string> expected_events);
Original file line number Diff line number Diff line change @@ -556,8 +556,6 @@ class NakedDhcpv6SrvTest : public BaseServerTest {
556
556
// / of expected events.
557
557
// /
558
558
// / @param msg pointer to the packet under test.
559
- // / @param start_time system time prior to or equal to the timestamp
560
- // / of the stack's first event (i.e. before packet was sent or received)
561
559
// / @param expected_events a list of the event labels in the order they
562
560
// / are expected to occur in the stack.
563
561
void checkPktEvents (const PktPtr& msg, std::list<std::string> expected_events);
You can’t perform that action at this time.
0 commit comments