phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Linger
std
socket
Linger information for use with SocketOption.LINGER.
@
safe
struct
Linger {
_clinger
clinger
;
inout
(
l_onoff_t
)
on
[@property getter];
inout
(
l_linger_t
)
time
[@property getter];
}
Members
Properties
on
inout
(
l_onoff_t
)
on
[@property getter]
Nonzero for on.
time
inout
(
l_linger_t
)
time
[@property getter]
Linger time.
Meta
Source
See Implementation
std
socket
classes
Address
AddressException
HostException
Internet6Address
InternetAddress
InternetHost
Protocol
Service
Socket
SocketAcceptException
SocketException
SocketFeatureException
SocketOSException
SocketParameterException
SocketSet
TcpSocket
UdpSocket
UnixAddress
UnknownAddress
UnknownAddressReference
enums
AddressFamily
AddressInfoFlags
ProtocolType
SocketFlags
SocketOption
SocketOptionLevel
SocketShutdown
SocketType
functions
getAddress
getAddressInfo
parseAddress
socketPair
wouldHaveBlocked
properties
lastSocketError
structs
AddressInfo
Linger
TimeVal
Linger information for use with SocketOption.LINGER.