ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ns3::LinuxTcpSocketFactoryImpl Class Reference

Object to create TCP socket instances. More...

#include <linux-tcp-socket-factory-impl.h>

+ Inheritance diagram for ns3::LinuxTcpSocketFactoryImpl:
+ Collaboration diagram for ns3::LinuxTcpSocketFactoryImpl:

Public Member Functions

virtual Ptr< Socket > CreateSocket (void)
 Implements a method to create a Tcp-based socket and return a base class smart pointer to the socket.

Additional Inherited Members

- Static Public Member Functions inherited from ns3::LinuxTcpSocketFactory
static TypeId GetTypeId (void)

Detailed Description

Object to create TCP socket instances.

This class implements the API for creating TCP sockets. It is a socket factory (deriving from class SocketFactory).

Definition at line 37 of file linux-tcp-socket-factory-impl.h.

Member Function Documentation

Ptr< Socket > ns3::LinuxTcpSocketFactoryImpl::CreateSocket ( void  )
virtual

Implements a method to create a Tcp-based socket and return a base class smart pointer to the socket.

Returns
smart pointer to Socket

Definition at line 33 of file linux-tcp-socket-factory-impl.cc.


The documentation for this class was generated from the following files: