SRTLogFunctionalArea
public enum SRTLogFunctionalArea : Int32, Sendable
-
General uncategorized log, for serious issues only
Declaration
Swift
case general = 0
-
Socket create/open/close/configure activities
Declaration
Swift
case bstats = 1
-
Connection establishment and handshake
Declaration
Swift
case control = 2
-
The checkTimer and around activities
Declaration
Swift
case data = 3
-
The TsBPD thread
Declaration
Swift
case tsbpd = 4
-
System resource allocation and management
Declaration
Swift
case rsrc = 5
-
Haicrypt module area
Declaration
Swift
case haicrypt = 6
-
Congestion control module
Declaration
Swift
case congest = 7
-
Packet filter module
Declaration
Swift
case pfilter = 8
-
Applications
Declaration
Swift
case applog
-
API part for socket and library managmenet
Declaration
Swift
case apiCtrl = 11
-
Queue control activities
Declaration
Swift
case queCtrl = 13
-
EPoll, internal update activities
Declaration
Swift
case epollUpd = 16
-
API part for receiving
Declaration
Swift
case apiRecv = 21
-
Buffer, receiving side
Declaration
Swift
case bufRecv = 22
-
Queue, receiving side
Declaration
Swift
case queRecv = 23
-
CChannel, receiving side
Declaration
Swift
case chanRecv = 24
-
Group, receiving side
Declaration
Swift
case grpRecv = 25
-
API part for sending
Declaration
Swift
case apiSend = 31
-
Buffer, sending side
Declaration
Swift
case bufSend = 32
-
Queue, sending side
Declaration
Swift
case queSend = 33
-
CChannel, sending side
Declaration
Swift
case chnSend = 34
-
Group, sending side
Declaration
Swift
case grpSend = 35
-
Internal activities not connected directly to a socket
Declaration
Swift
case `internal` = 41
-
Queue, management part
Declaration
Swift
case queMgmt = 43
-
CChannel, management part
Declaration
Swift
case chnMgmt = 44
-
Group, management part
Declaration
Swift
case grpMgmt = 45
-
EPoll, API part
Declaration
Swift
case epollApi = 46