#include <XrdNetMsg.hh>
Collaboration diagram for XrdNetMsg:
Public Member Functions | |
int | Send (const char *buff, int blen=0, const char *dest=0, int tmo=-1) |
int | Send (const struct iovec iov[], int iovcnt, const char *dest=0, int tmo=-1) |
XrdNetMsg (XrdSysError *erp, const char *dest=0) | |
~XrdNetMsg () | |
Protected Member Functions | |
int | OK2Send (int timeout, const char *dest) |
int | retErr (int ecode, const char *dest) |
Protected Attributes | |
XrdSysError * | eDest |
char * | DestHN |
sockaddr * | DestIP |
int | DestSZ |
int | FD |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|