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 119 of file IPSocket.h.

Public Member Functions

 ip_socket_params ()

Public Attributes

bool reuseaddr_
bool reuseport_
bool tcp_nodelay_
bool broadcast_
bool multicast_
u_int mcast_ttl_
int recv_bufsize_
int send_bufsize_


Constructor & Destructor Documentation

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

Definition at line 120 of file IPSocket.h.


Member Data Documentation

bool oasys::IPSocket::ip_socket_params::reuseaddr_

Definition at line 132 of file IPSocket.h.

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

bool oasys::IPSocket::ip_socket_params::reuseport_

Definition at line 133 of file IPSocket.h.

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

bool oasys::IPSocket::ip_socket_params::tcp_nodelay_

Definition at line 134 of file IPSocket.h.

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

bool oasys::IPSocket::ip_socket_params::broadcast_

Definition at line 135 of file IPSocket.h.

Referenced by oasys::IPSocket::configure(), and dtn::IPDiscovery::configure().

bool oasys::IPSocket::ip_socket_params::multicast_

Definition at line 136 of file IPSocket.h.

Referenced by oasys::IPSocket::configure(), and dtn::IPDiscovery::configure().

u_int oasys::IPSocket::ip_socket_params::mcast_ttl_

Definition at line 138 of file IPSocket.h.

Referenced by oasys::IPSocket::configure(), and dtn::IPDiscovery::configure().

int oasys::IPSocket::ip_socket_params::recv_bufsize_

Definition at line 140 of file IPSocket.h.

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

int oasys::IPSocket::ip_socket_params::send_bufsize_

Definition at line 141 of file IPSocket.h.

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


The documentation for this struct was generated from the following file:
Generated on Thu Jun 7 12:54:35 2007 for DTN Reference Implementation by  doxygen 1.5.1