Implementation of IPv6 raw socket factory. More...
#include <ipv6-raw-socket-factory-impl.h>
Inheritance diagram for ns3::Ipv6RawSocketFactoryImpl:
Collaboration diagram for ns3::Ipv6RawSocketFactoryImpl:Public Member Functions | |
| virtual Ptr< Socket > | CreateSocket () |
| Create a raw IPv6 socket. | |
Additional Inherited Members | |
Static Public Member Functions inherited from ns3::Ipv6RawSocketFactory | |
| static TypeId | GetTypeId (void) |
| Get the type ID of this class. | |
Protected Member Functions inherited from ns3::Object | |
| Object (const Object &o) | |
| virtual void | DoDispose (void) |
| virtual void | DoInitialize (void) |
| virtual void | NotifyNewAggregate (void) |
Implementation of IPv6 raw socket factory.
Definition at line 33 of file ipv6-raw-socket-factory-impl.h.
Create a raw IPv6 socket.
Implements ns3::SocketFactory.
Definition at line 29 of file ipv6-raw-socket-factory-impl.cc.