Skip to content
  • Diego Fronza's avatar
    Added TCP high-water statistics variable · 66fe8627
    Diego Fronza authored and Ondřej Surý's avatar Ondřej Surý committed
    This variable will report the maximum number of simultaneous tcp clients
    that BIND has served while running.
    
    It can be verified by running rndc status, then inspect "tcp high-water:
    count", or by generating statistics file, rndc stats, then inspect the
    line with "TCP connection high-water" text.
    
    The tcp-highwater variable is atomically updated based on an existing
    tcp-quota system handled in ns/client.c.
    66fe8627