50 int Send(
const char *buff,
int blen);
52 int Send(
const struct iovec *
iov,
int iovcnt,
int iotot);
54static void SetAQ(
bool onoff) {qPerm = onoff;}
56static void SetQM(
unsigned int qmVal) {qMax = qmVal;}
58static void SetQW(
unsigned int qwVal) {qWarn = qwVal;}
68int SendNB(
const char *Buff,
int Blen);
69int SendNB(
const struct iovec *
iov,
int iocnt,
int bytes,
int &iovX);
78bool QMsg(mBuff *theMsg);
79void RelMsgs(mBuff *mP);
82static unsigned int qWarn;
83static unsigned int qMax;
94unsigned short discards;
XrdSendQ(XrdLink &lP, XrdSysMutex &mP)
static void SetQW(unsigned int qwVal)
void Terminate(XrdLink *lP=0)
static void SetQM(unsigned int qmVal)
static void SetAQ(bool onoff)
int Send(const char *buff, int blen)