A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
Loading...
Searching...
No Matches
ipv6-raw-socket-factory-impl.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2008 INRIA
3
*
4
* SPDX-License-Identifier: GPL-2.0-only
5
*
6
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
7
*/
8
9
#ifndef IPV6_RAW_SOCKET_FACTORY_IMPL_H
10
#define IPV6_RAW_SOCKET_FACTORY_IMPL_H
11
12
#include "
ipv6-raw-socket-factory.h
"
13
14
namespace
ns3
15
{
16
17
/**
18
* \ingroup socket
19
* \ingroup ipv6
20
*
21
* \brief Implementation of IPv6 raw socket factory.
22
*/
23
class
Ipv6RawSocketFactoryImpl
:
public
Ipv6RawSocketFactory
24
{
25
public
:
26
/**
27
* \brief Create a raw IPv6 socket.
28
* \returns A new RAW IPv6 socket.
29
*/
30
Ptr<Socket>
CreateSocket
()
override
;
31
};
32
33
}
/* namespace ns3 */
34
35
#endif
/* IPV6_RAW_SOCKET_FACTORY_IMPL_H */
ns3::Ipv6RawSocketFactory
API to create IPv6 RAW socket instances.
Definition
ipv6-raw-socket-factory.h:52
ns3::Ipv6RawSocketFactoryImpl
Implementation of IPv6 raw socket factory.
Definition
ipv6-raw-socket-factory-impl.h:24
ns3::Ipv6RawSocketFactoryImpl::CreateSocket
Ptr< Socket > CreateSocket() override
Create a raw IPv6 socket.
Definition
ipv6-raw-socket-factory-impl.cc:19
ns3::Ptr
Smart pointer class similar to boost::intrusive_ptr.
Definition
mpi-test-fixtures.h:37
ipv6-raw-socket-factory.h
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
src
internet
model
ipv6-raw-socket-factory-impl.h
Generated on Fri Nov 8 2024 13:59:01 for ns-3 by
1.11.0