51                               Int_t tcpwindowsize) :
 
   78                               Int_t tcpwindowsize) :
 
  107   if (setupSocket == 0) 
return 0;
 
  111   if (setupSocket->
Recv(port, 
size) < 0) {
 
  112      Error(
"Accept", 
"error receiving port number and number of sockets");
 
  120      pSockets[0] = setupSocket;
 
  123      newPSocket = 
new TPSocket(pSockets, 1);
 
  128      for (
int i = 0; i < 
size; i++) {
 
  132         gROOT->GetListOfSockets()->Remove(pSockets[i]);
 
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
 
R__EXTERN TVirtualMutex * gROOTMutex
 
#define R__LOCKGUARD(mutex)
 
virtual void SetName(const char *name)
Set the name of the TNamed.
 
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
 
TSocket * Accept(UChar_t Opt=kSrvNoAuth) override
Accept a connection on a parallel server socket.
 
TPServerSocket(const TPServerSocket &)=delete
 
virtual TSocket * Accept(UChar_t Opt=0)
Accept a connection on a server socket.
 
virtual Int_t Recv(TMessage *&mess)
Receive a TMessage object.
 
TInetAddress GetInetAddress() const
 
TSecContext * GetSecContext() const
 
void SetSecContext(TSecContext *ctx)
 
virtual Bool_t IsAuthenticated() const