From a2238de0e40802d8a8e0c3ec32072c172eb479ca Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sat, 22 Apr 2017 19:22:20 +0300 Subject: [PATCH] network: Fix comment in packet-socket-apps example --- src/network/examples/packet-socket-apps.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/examples/packet-socket-apps.cc b/src/network/examples/packet-socket-apps.cc index e6159af7e..4644b8853 100644 --- a/src/network/examples/packet-socket-apps.cc +++ b/src/network/examples/packet-socket-apps.cc @@ -27,7 +27,7 @@ // // - Packets flows from n0 to n1 // -// This example shows how to use the SimpleServer and SimpleClient +// This example shows how to use the PacketSocketServer and PacketSocketClient // to send non-IP packets over a SimpleNetDevice #include "ns3/core-module.h"