Resolution returns the timestamp resolution of acquired timestamps before scaling to NanosecondTimestampResolution.
()
| 69 | type PacketSourceResolution interface { |
| 70 | // Resolution returns the timestamp resolution of acquired timestamps before scaling to NanosecondTimestampResolution. |
| 71 | Resolution() TimestampResolution |
| 72 | } |
no outgoing calls
no test coverage detected