Logo ROOT   6.16/01
Reference Guide
Classes | Enumerations
TSocket.h File Reference
#include "Compression.h"
#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 50 of file TSocket.h.

◆ ESockOptions

Enumerator
kSendBuffer 
kRecvBuffer 
kOobInline 
kKeepAlive 
kReuseAddr 
kNoDelay 
kNoBlock 
kProcessGroup 
kAtMark 
kBytesToRead 

Definition at line 37 of file TSocket.h.