#include "ns3/core-module.h"
#include "ns3/csma-module.h"
#include "ns3/internet-module.h"
#include "ns3/network-module.h"
#include <fstream>
Go to the source code of this file.
Functions | |
void | ReceivePacket (Ptr< Socket > socket) |
static void | SendPacket (Ptr< Socket > socket, uint32_t pktSize, uint32_t pktCount, Time pktInterval) |
Definition at line 26 of file socket-options-ipv4.cc.
References ns3::SocketIpTosTag::GetTos(), ns3::SocketIpTtlTag::GetTtl(), and NS_LOG_INFO.
|
static |
Definition at line 43 of file socket-options-ipv4.cc.
References ns3::Create(), pktSize, ns3::Simulator::Schedule(), and SendPacket().
Referenced by SendPacket().