// +build !windows package ping // Returns the length of an ICMP message. func (p *Pinger) getMessageLength() int { return p.Size + 8 }