libasync ~master (2021-10-01T13:41:16Z)
Dub
Repo
SocketInfo
libasync
socket
Holds additional information about a socket.
struct
SocketInfo {
int
domain
;
SocketType
type
;
int
protocol
;
}
Members
Variables
domain
int
domain
;
Undocumented in source.
protocol
int
protocol
;
Undocumented in source.
type
SocketType
type
;
Undocumented in source.
Meta
Source
See Implementation
libasync
socket
classes
AsyncSocket
functions
isConnectionOriented
isDatagramOriented
isSocket
manifest constants
INVALID_SOCKET
SOCKET_ERROR
structs
AsyncAcceptRequest
AsyncReceiveRequest
AsyncSendRequest
NetworkAddress
NetworkMessage
SocketInfo
Holds additional information about a socket.