libasync ~master (2022-03-06T23:14:01.0131872)
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.