30void authserv(
int po = 3000)
38 cout <<
"authserv: starting a (parallel) server socket on port "
39 << po <<
" with authentication" << endl;
49 cout <<
"authserv: srv auth socket: OK" << endl;
51 cout <<
"authserv: srv auth socket: failed" << endl;
This class implements parallel server sockets.
This class implements server sockets.
virtual TSocket * Accept(UChar_t Opt=0)
Accept a connection on a server socket.
This class implements client sockets.
virtual Bool_t IsAuthenticated() const