Hi For ticket #280, this patch allows server to kill client with specified IPv6(port) And show port in status command
For example, when server started with proto udp6, the result of status 2 command shows like: CLIENT_LIST,admin,::ffff:192.168.25.147(1194),10.8.0.6,7849, ... CLIENT_LIST,admin,fe80::211:32ff:fe19:699b(1194),10.8.0.10,13010, ... And can kill client with kill command: kill ::ffff:192.168.25.147(1194) kill fe80::211:32ff:fe19:699b(1194) -- Roy