50 Int_t tcpwindowsize) :
77 Int_t tcpwindowsize) :
106 if (setupSocket == 0)
return 0;
110 if (setupSocket->
Recv(port,
size) < 0) {
111 Error(
"Accept",
"error receiving port number and number of sockets");
119 pSockets[0] = setupSocket;
122 newPSocket =
new TPSocket(pSockets, 1);
127 for (
int i = 0; i <
size; i++) {
131 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.
TPSocket * 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