if len(p.IP) > 0 {
        is6 := p.IP.To4() == nil
        if is6 {
            ret.WriteRune('[')
        }