Skip to content

DualStack

[Source]

Allow both IPv4 and IPv6 (the default). Listeners bind to both protocol versions. Clients use Happy Eyeballs to try both and pick the fastest.

primitive val DualStack

Constructors

create

[Source]

new val create()
: DualStack val^

Returns


Public Functions

eq

[Source]

fun box eq(
  that: DualStack val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: DualStack val)
: Bool val

Parameters

Returns