![]() |
botsense
3.2.0
RoadNarrows Client-Server Proxied Services Framework
|
The Client Structure Type. More...
#include <bsLibInternal.h>
Public Attributes | |
const char * | m_sClientName |
client name | |
Socket_T * | m_pSocket |
IP socket to server. | |
pthread_mutex_t | m_mutexTrans |
client transaction mutex | |
uint_t | m_uReqTimeout |
client request timeout | |
uint_t | m_uRspTimeout |
client response timeout | |
uint_t | m_uTidCounter |
transaction id counter | |
bool_t | m_bTraceServer |
do [not] trace server-ended msgs | |
BsTransInfo_T * | m_tblTransCache [BSPROXY_TID_NUMOF] |
transaction cache | |
int | m_nVConnCount |
number of active v. connections | |
byte_t | m_tblHndIndex [BSPROXY_VCONN_MOD_NUMOF] |
handle to vconn index table | |
BsVConn_T * | m_tblVConn [BSPROXY_VCONN_CLIENT_MAX] |
table of virtual connections | |
The Client Structure Type.
Definition at line 96 of file bsLibInternal.h.