SimGrid
3.18
Versatile Simulation of Distributed Systems
|
#include <cstdint>
#include "ns3_interface.hpp"
#include <ns3/csma-helper.h>
#include <ns3/global-route-manager.h>
#include <ns3/internet-stack-helper.h>
#include <ns3/ipv4-address-helper.h>
#include <ns3/packet-sink-helper.h>
#include <ns3/point-to-point-helper.h>
#include <ns3/tcp-socket-factory.h>
Classes | |
class | SgFlow |
Functions | |
void | StartFlow (ns3::Ptr< ns3::Socket > sock, const char *to, uint16_t port_number) |
static std::string | transformSocketPtr (ns3::Ptr< ns3::Socket > localSocket) |
void StartFlow | ( | ns3::Ptr< ns3::Socket > | sock, |
const char * | to, | ||
uint16_t | port_number | ||
) |
|
inlinestatic |