func (a *Agent) dropPort(port int) error { return netutil.DropPort(port) }
func (a *Agent) dropPort(port int) error { if !a.cfg.UseRoot { return nil } return netutil.DropPort(port) }