kiss ~master (2018-09-04T06:35:33Z)
Dub
Repo
ChannelSocketOption.setOption
kiss
event
socket
common
ChannelSocketOption
Common case for setting integer and boolean options.
void
setOption
(SocketOptionLevel level, SocketOption option, void[] value)
void
setOption
(SocketOptionLevel level, SocketOption option, int32_t value)
mixintemplate
ChannelSocketOption
()
pragma(
inline
) final @
trusted
void
setOption
(
SocketOptionLevel
level
,
SocketOption
option
,
int32_t
value
)
void
setOption
(SocketOptionLevel level, SocketOption option, Linger value)
void
setOption
(SocketOptionLevel level, SocketOption option, Duration value)
Meta
Source
See Implementation
kiss
event
socket
common
ChannelSocketOption
functions
getOption
setOption
properties
localAddress
remoteAddress
socket
variables
_localAddress
_remoteAddress
Common case for setting integer and boolean options.