geario ~master (2022-06-04T17:41:52.6758737)
Dub
Repo
AbstractSocketChannel.setOption
geario
net
channel
AbstractSocketChannel
AbstractSocketChannel
Set the linger option.
void
setOption
(SocketOptionLevel level, SocketOption option, void[] value)
void
setOption
(SocketOptionLevel level, SocketOption option, int32_t value)
void
setOption
(SocketOptionLevel level, SocketOption option, Linger value)
class
AbstractSocketChannel
pragma(
inline
) final @
trusted
void
setOption
(
SocketOptionLevel
level
,
SocketOption
option
,
Linger
value
)
void
setOption
(SocketOptionLevel level, SocketOption option, Duration value)
Meta
Source
See Implementation
geario
net
channel
AbstractSocketChannel
AbstractSocketChannel
constructors
this
functions
Close
IsBusy
LocalAddress
OnWriteDone
RemoteAddress
Start
getOption
setOption
setRead
properties
socket
variables
_isWritting
_localAddress
_remoteAddress
_socket
readLen
Set the linger option.