class AcceptorOptions : SocketOptions
TCP server socket options
val customOptions: MutableMap<Any, Any?> |
|
var reuseAddress: Boolean
SO_REUSEADDR option |
|
var reusePort: Boolean
SO_REUSEPORT option, may not work with old JDK (will be silently ignored) |
|
var typeOfService: TypeOfService
ToS value, TypeOfService.UNDEFINED by default, may not work with old JDK (will be silently ignored) |
open fun copyCommon(from: SocketOptions): Unit |