#include <BTAPI.h>
Public Member Functions | |
| X_SOCKET () | |
| X_SOCKET (const X_SOCKET &skt, bool val) | |
| A new copy constructor -Does not copy udt descriptor X_SOCKET ERROR or X_STAS instances. | |
| ~X_SOCKET () | |
| int | get_socktype () |
| returns the current socktype | |
| int | find_mtu () |
| returns default value of 1500 as path MTU | |
Public Attributes | |
| UDTSOCKET | m_udt_socket |
| X_STATS | m_socket_stats |
| X_SOCKET_ERRORS | X_SOCKET_ERROR |
| int | socktype |
| int | mark |
| int | mtu |
| bool | nopmtud |
|
|
Constructor for class X_SOCKET() |
|
||||||||||||
|
A new copy constructor -Does not copy udt descriptor X_SOCKET ERROR or X_STAS instances.
|
|
|
|
|
|
returns default value of 1500 as path MTU
|
|
|
returns the current socktype
|
|
|
X_STATS instance part of X_SOCKET |
|
|
The UDT Socket descriptor |
|
|
used to store when the socket is marked |
|
|
variable to store the current MTU |
|
|
true indicates No PMTUD false indicates PMTUD - default is false |
|
|
used to store the socktype |
|
|
Stores error information particular to the socket Valid values are values of enum X_SOCKET_ERRORS |
1.4.3-20050530