MCPcopy
hub / github.com/golang/net / TimeExceeded

Struct TimeExceeded

icmp/timeexceeded.go:14–17  ·  view source on GitHub ↗

A TimeExceeded represents an ICMP time exceeded message body.

Source from the content-addressed store, hash-verified

12
13// A TimeExceeded represents an ICMP time exceeded message body.
14type TimeExceeded struct {
15 Data []byte // data, known as original datagram field
16 Extensions []Extension // extensions
17}
18
19// Len implements the Len method of MessageBody interface.
20func (p *TimeExceeded) Len(proto int) int {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected