Logo ROOT   6.10/09
Reference Guide
Classes | Enumerations
TSocket.h File Reference
#include "TNamed.h"
#include "TBits.h"
#include "TInetAddress.h"
#include "MessageTypes.h"
#include "TVirtualAuth.h"
#include "TSecContext.h"
#include "TTimeStamp.h"
#include "TVirtualMutex.h"
Include dependency graph for TSocket.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TSocket
 

Enumerations

enum  ESendRecvOptions { kDefault, kOob, kPeek, kDontBlock }
 
enum  ESockOptions {
  kSendBuffer, kRecvBuffer, kOobInline, kKeepAlive,
  kReuseAddr, kNoDelay, kNoBlock, kProcessGroup,
  kAtMark, kBytesToRead
}
 

Enumeration Type Documentation

◆ ESendRecvOptions

Enumerator
kDefault 
kOob 
kPeek 
kDontBlock 

Definition at line 49 of file TSocket.h.

◆ ESockOptions

Enumerator
kSendBuffer 
kRecvBuffer 
kOobInline 
kKeepAlive 
kReuseAddr 
kNoDelay 
kNoBlock 
kProcessGroup 
kAtMark 
kBytesToRead 

Definition at line 36 of file TSocket.h.