• yoav-steinberg's avatar
    Add local address to CLIENT LIST, and a CLIENT KILL filter. (#7913) · 84b3c18f
    yoav-steinberg authored
    Useful when you want to know through which bind address the client connected to
    the server in case of multiple bind addresses.
    
    - Adding `laddr` field to CLIENT list showing the local (bind) address.
    - Adding `LADDR` option to CLIENT KILL to kill all the clients connected
      to a specific local address.
    - Refactoring to share code.
    84b3c18f
anet.c 20.2 KB