All Downloads are FREE. Search and download functionalities are using the official Maven repository.

c-mongoose.mongoose-storage-driver-netty.4.2.21.source-code.config-schema-storage-net.yaml Maven / Gradle / Ivy

The newest version!
---
# WARNING: Do not edit this file manually, it will be replaced with factory default content on every Mongoose run.
storage:
  net:
    bindBacklogSize: int
    interestOpQueued: boolean
    keepAlive: boolean
    linger: int
    reuseAddr: boolean
    rcvBuf: int
    sndBuf: int
    tcpNoDelay: boolean
    timeoutMilliSec: int
    ioRatio: int
    transport: string
    ssl:
      ciphers: list
      enabled: boolean
      protocols: list
      provider: string
    node:
      addrs: list
      connAttemptsLimit: int
      port: int
      slice: boolean
    writeSpinCount: int




© 2015 - 2025 Weber Informatics LLC | Privacy Policy