func onLeaveTunnel(c *ax.Client, _ interface{}) { tunnel.DoCleanup(c) }
func onLeave(c *ax.Client) { tunnel.DoCleanup(c) stat.ClientLeave() }