oasys::IPSocket::ip_socket_params Struct Reference

#include <IPSocket.h>

List of all members.


Detailed Description

Socket parameters are public fields that should be set after creating the socket but before the socket is used.

Definition at line 140 of file IPSocket.h.

Public Member Functions

 ip_socket_params ()

Public Attributes

bool reuseaddr_
bool reuseport_
bool tcp_nodelay_
int recv_bufsize_
int send_bufsize_


Constructor & Destructor Documentation

oasys::IPSocket::ip_socket_params::ip_socket_params (  )  [inline]

Definition at line 141 of file IPSocket.h.


Member Data Documentation

bool oasys::IPSocket::ip_socket_params::reuseaddr_

Definition at line 150 of file IPSocket.h.

Referenced by oasys::IPSocket::configure(), and oasys::TCPServer::TCPServer().

bool oasys::IPSocket::ip_socket_params::reuseport_

Definition at line 151 of file IPSocket.h.

Referenced by oasys::IPSocket::configure().

bool oasys::IPSocket::ip_socket_params::tcp_nodelay_

Definition at line 152 of file IPSocket.h.

Referenced by oasys::IPSocket::configure().

int oasys::IPSocket::ip_socket_params::recv_bufsize_

Definition at line 154 of file IPSocket.h.

Referenced by oasys::IPSocket::configure().

int oasys::IPSocket::ip_socket_params::send_bufsize_

Definition at line 155 of file IPSocket.h.

Referenced by oasys::IPSocket::configure().


The documentation for this struct was generated from the following file:
Generated on Fri Dec 22 14:48:06 2006 for DTN Reference Implementation by  doxygen 1.5.1