|
SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include <cstdint>#include "ns3_interface.h"#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 const char * | transformSocketPtr (ns3::Ptr< ns3::Socket > localSocket) |
| void StartFlow | ( | ns3::Ptr< ns3::Socket > | sock, |
| const char * | to, | ||
| uint16_t | port_number | ||
| ) |
|
inlinestatic |