Resolution returns the timestamp resolution of acquired timestamps before scaling to NanosecondTimestampResolution.
()
| 599 | |
| 600 | // Resolution returns the timestamp resolution of acquired timestamps before scaling to NanosecondTimestampResolution. |
| 601 | func (r *NgReader) Resolution() gopacket.TimestampResolution { |
| 602 | if r.options.WantMixedLinkType { |
| 603 | return gopacket.TimestampResolution{} |
| 604 | } |
| 605 | return r.ifaces[0].Resolution() |
| 606 | } |
nothing calls this directly
no test coverage detected