git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28512
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
int m_non_blocking;
int m_server;
int m_stream;
int m_non_blocking;
int m_server;
int m_stream;
int m_establishing;
int m_reusable;
struct timeval m_timeout;
int m_establishing;
int m_reusable;
struct timeval m_timeout;
int m_non_blocking;
int m_server;
int m_stream;
int m_non_blocking;
int m_server;
int m_stream;
int m_establishing;
int m_reusable;
unsigned long m_timeout;
int m_establishing;
int m_reusable;
unsigned long m_timeout;
/* Initialize all fields */
sck->m_stream = TRUE;
sck->m_server = TRUE;
/* Initialize all fields */
sck->m_stream = TRUE;
sck->m_server = TRUE;
- sck->m_oriented = TRUE;
/* Create the socket */
sck->m_fd = socket(sck->m_local->m_realfamily, SOCK_STREAM, 0);
/* Create the socket */
sck->m_fd = socket(sck->m_local->m_realfamily, SOCK_STREAM, 0);
/* Initialize all fields */
connection->m_server = FALSE;
connection->m_stream = TRUE;
/* Initialize all fields */
connection->m_server = FALSE;
connection->m_stream = TRUE;
- connection->m_oriented = TRUE;
/* Setup the peer address field */
connection->m_peer = GAddress_new();
/* Setup the peer address field */
connection->m_peer = GAddress_new();
/* Streamed or dgram socket? */
sck->m_stream = (stream == GSOCK_STREAMED);
/* Streamed or dgram socket? */
sck->m_stream = (stream == GSOCK_STREAMED);
- sck->m_oriented = TRUE;
sck->m_server = FALSE;
sck->m_establishing = FALSE;
sck->m_server = FALSE;
sck->m_establishing = FALSE;
/* Initialize all fields */
sck->m_stream = FALSE;
sck->m_server = FALSE;
/* Initialize all fields */
sck->m_stream = FALSE;
sck->m_server = FALSE;
- sck->m_oriented = FALSE;
/* Create the socket */
sck->m_fd = socket(sck->m_local->m_realfamily, SOCK_DGRAM, 0);
/* Create the socket */
sck->m_fd = socket(sck->m_local->m_realfamily, SOCK_DGRAM, 0);
/* Initialize all fields */
m_stream = TRUE;
m_server = TRUE;
/* Initialize all fields */
m_stream = TRUE;
m_server = TRUE;
/* Create the socket */
m_fd = socket(m_local->m_realfamily, SOCK_STREAM, 0);
/* Create the socket */
m_fd = socket(m_local->m_realfamily, SOCK_STREAM, 0);
/* Initialize all fields */
connection->m_server = FALSE;
connection->m_stream = TRUE;
/* Initialize all fields */
connection->m_server = FALSE;
connection->m_stream = TRUE;
- connection->m_oriented = TRUE;
/* Setup the peer address field */
connection->m_peer = GAddress_new();
/* Setup the peer address field */
connection->m_peer = GAddress_new();
/* Streamed or dgram socket? */
m_stream = (stream == GSOCK_STREAMED);
/* Streamed or dgram socket? */
m_stream = (stream == GSOCK_STREAMED);
m_server = FALSE;
m_establishing = FALSE;
m_server = FALSE;
m_establishing = FALSE;
/* Initialize all fields */
m_stream = FALSE;
m_server = FALSE;
/* Initialize all fields */
m_stream = FALSE;
m_server = FALSE;
/* Create the socket */
m_fd = socket(m_local->m_realfamily, SOCK_DGRAM, 0);
/* Create the socket */
m_fd = socket(m_local->m_realfamily, SOCK_DGRAM, 0);