50 int Send(
const char *buff,
int blen);
52 int Send(
const struct iovec *
iov,
int iovcnt,
int iotot);
54 static void SetAQ(
bool onoff) {qPerm = onoff;}
56 static void SetQM(
unsigned int qmVal) {qMax = qmVal;}
58 static void SetQW(
unsigned int qwVal) {qWarn = qwVal;}
68 int SendNB(
const char *Buff,
int Blen);
69 int SendNB(
const struct iovec *
iov,
int iocnt,
int bytes,
int &iovX);
78 bool QMsg(mBuff *theMsg);
79 void RelMsgs(mBuff *mP);
82 static unsigned int qWarn;
83 static unsigned int qMax;
94 unsigned 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)