#include "ns3/callback.h"#include "ns3/ptr.h"#include "ns3/tag.h"#include "ns3/object.h"#include "ns3/net-device.h"#include "address.h"#include <stdint.h>
Include dependency graph for socket.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ns3::Socket |
| A low-level Socket API based loosely on the BSD Socket API.A few things to keep in mind about this type of socket: More... | |
| class | ns3::SocketAddressTag |
| This class implements a tag that carries an address of a packet across the socket interface. More... | |
| class | ns3::SocketIpTtlTag |
| This class implements a tag that carries the socket-specific TTL of a packet to the IP layer. More... | |
| class | ns3::SocketSetDontFragmentTag |
| indicated whether packets should be sent out with the DF flag set. More... | |
Namespaces | |
| namespace | ns3 |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |